Class: Aws::Appflow::Types::RegisterConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::RegisterConnectorResponse
- 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 registered.
Instance Attribute Details
#connector_arn ⇒ String
The ARN of the connector being registered.
3871 3872 3873 3874 3875 |
# File 'lib/aws-sdk-appflow/types.rb', line 3871 class RegisterConnectorResponse < Struct.new( :connector_arn) SENSITIVE = [] include Aws::Structure end |