Class: Aws::ConfigService::Types::GetConnectorResponse

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

#connectorTypes::Connector

The details of the specified connector.

Returns:



5069
5070
5071
5072
5073
# File 'lib/aws-sdk-configservice/types.rb', line 5069

class GetConnectorResponse < Struct.new(
  :connector)
  SENSITIVE = []
  include Aws::Structure
end