Class: Aws::ConfigService::Types::GetConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetConnectorRequest
- 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.
5057 5058 5059 5060 5061 |
# File 'lib/aws-sdk-configservice/types.rb', line 5057 class GetConnectorRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |