Class: Aws::Appflow::Types::RegisterConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::RegisterConnectorResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The ARN of the connector being registered.
Instance Attribute Details
#connector_arn ⇒ String
The ARN of the connector being registered.
5104 5105 5106 5107 5108 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5104 class RegisterConnectorResponse < Struct.new( :connector_arn) SENSITIVE = [] include Aws::Structure end |