Class: Aws::Appflow::Types::CreateConnectorProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CreateConnectorProfileResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile.
Instance Attribute Details
#connector_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile.
1234 1235 1236 1237 1238 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1234 class CreateConnectorProfileResponse < Struct.new( :connector_profile_arn) SENSITIVE = [] include Aws::Structure end |