Class: Aws::Appflow::Types::CreateConnectorProfileResponse

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)


1323
1324
1325
1326
1327
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1323

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