Class: Aws::Appflow::Types::UpdateConnectorRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpdateConnectorRegistrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The ARN of the connector being updated.
Instance Attribute Details
#connector_arn ⇒ String
The ARN of the connector being updated.
5685 5686 5687 5688 5689 |
# File 'lib/aws-sdk-appflow/types.rb', line 5685 class UpdateConnectorRegistrationResponse < Struct.new( :connector_arn) SENSITIVE = [] include Aws::Structure end |