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.
5679 5680 5681 5682 5683 |
# File 'lib/aws-sdk-appflow/types.rb', line 5679 class UpdateConnectorRegistrationResponse < Struct.new( :connector_arn) SENSITIVE = [] include Aws::Structure end |