Class: Aws::Appflow::Types::UpdateConnectorProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpdateConnectorProfileResponse
- Includes:
- Structure
- Defined in:
- 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.
5620 5621 5622 5623 5624 |
# File 'lib/aws-sdk-appflow/types.rb', line 5620 class UpdateConnectorProfileResponse < Struct.new( :connector_profile_arn) SENSITIVE = [] include Aws::Structure end |