Class: Aws::IoTManagedIntegrations::Types::ConnectorItem

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

Overview

Structure describing a connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the C2C connector.

Returns:

  • (String)


426
427
428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 426

class ConnectorItem < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_configTypes::EndpointConfig

The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.



426
427
428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 426

class ConnectorItem < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_typeString

The type of endpoint used for the C2C connector.

Returns:

  • (String)


426
427
428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 426

class ConnectorItem < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the C2C connector.

Returns:

  • (String)


426
427
428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 426

class ConnectorItem < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the C2C connector.

Returns:

  • (String)


426
427
428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 426

class ConnectorItem < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of cloud connector created.

Returns:

  • (String)


426
427
428
429
430
431
432
433
434
435
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 426

class ConnectorItem < Struct.new(
  :name,
  :endpoint_config,
  :description,
  :endpoint_type,
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end