Class: Aws::ConfigService::Types::PutConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_configuration ⇒ Types::ConnectorConfiguration
The provider-specific configuration for connecting to the third-party cloud service provider.
-
#tags ⇒ Array<Types::Tag>
The tags for the connector.
Instance Attribute Details
#connector_configuration ⇒ Types::ConnectorConfiguration
The provider-specific configuration for connecting to the third-party cloud service provider.
7422 7423 7424 7425 7426 7427 |
# File 'lib/aws-sdk-configservice/types.rb', line 7422 class PutConnectorRequest < Struct.new( :connector_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the connector. Each tag consists of a key and an optional value, both of which you define.
7422 7423 7424 7425 7426 7427 |
# File 'lib/aws-sdk-configservice/types.rb', line 7422 class PutConnectorRequest < Struct.new( :connector_configuration, :tags) SENSITIVE = [] include Aws::Structure end |