Class: Aws::IoTManagedIntegrations::Types::ConnectorDestinationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ConnectorDestinationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure containing summary information about a connector destination, which defines how a cloud-to-cloud connector connects to a customer’s AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_connector_id ⇒ String
The identifier of the cloud connector associated with this connector destination.
-
#description ⇒ String
A description of the connector destination.
-
#id ⇒ String
The unique identifier of the connector destination.
-
#name ⇒ String
The display name of the connector destination.
Instance Attribute Details
#cloud_connector_id ⇒ String
The identifier of the cloud connector associated with this connector destination.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 390 class ConnectorDestinationSummary < Struct.new( :name, :description, :cloud_connector_id, :id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the connector destination.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 390 class ConnectorDestinationSummary < Struct.new( :name, :description, :cloud_connector_id, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the connector destination.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 390 class ConnectorDestinationSummary < Struct.new( :name, :description, :cloud_connector_id, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the connector destination.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 390 class ConnectorDestinationSummary < Struct.new( :name, :description, :cloud_connector_id, :id) SENSITIVE = [] include Aws::Structure end |