Class: Aws::ConfigService::Types::PutConnectorRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_configurationTypes::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

#tagsArray<Types::Tag>

The tags for the connector. Each tag consists of a key and an optional value, both of which you define.

Returns:



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