Class: Aws::ConfigService::Types::PutConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
7435 7436 7437 7438 7439 |
# File 'lib/aws-sdk-configservice/types.rb', line 7435 class PutConnectorResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |