Class: Aws::Appflow::Types::UpdateConnectorRegistrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

The ARN of the connector being updated.

Returns:

  • (String)


5685
5686
5687
5688
5689
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5685

class UpdateConnectorRegistrationResponse < Struct.new(
  :connector_arn)
  SENSITIVE = []
  include Aws::Structure
end