Class: Aws::Appflow::Types::UpdateConnectorProfileResponse

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_profile_arnString

The Amazon Resource Name (ARN) of the connector profile.

Returns:

  • (String)


5626
5627
5628
5629
5630
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5626

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