Class: Aws::IoTManagedIntegrations::Types::ConnectorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ConnectorItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure describing a connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the C2C connector.
-
#endpoint_config ⇒ Types::EndpointConfig
The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
-
#endpoint_type ⇒ String
The type of endpoint used for the C2C connector.
-
#id ⇒ String
The identifier of the C2C connector.
-
#name ⇒ String
The display name of the C2C connector.
-
#type ⇒ String
The type of cloud connector created.
Instance Attribute Details
#description ⇒ String
A description of the C2C connector.
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_config ⇒ Types::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_type ⇒ String
The type of endpoint used for the C2C connector.
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 |
#id ⇒ String
The identifier of the C2C connector.
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 |
#name ⇒ String
The display name of the C2C connector.
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 |
#type ⇒ String
The type of cloud connector created.
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 |