Class: Aws::DataZone::Types::ConnectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConnectionSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The summary of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of a connection.
-
#domain_id ⇒ String
The domain ID of a connection.
-
#domain_unit_id ⇒ String
The domain unit ID of a connection.
-
#environment_id ⇒ String
The environment ID of a connection.
-
#name ⇒ String
The connection name.
-
#physical_endpoints ⇒ Array<Types::PhysicalEndpoint>
The connection physical endpoints.
-
#project_id ⇒ String
The connection project ID.
-
#props ⇒ Types::ConnectionPropertiesOutput
The connection props.
-
#type ⇒ String
The connection type.
Instance Attribute Details
#connection_id ⇒ String
The ID of a connection.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of a connection.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#domain_unit_id ⇒ String
The domain unit ID of a connection.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID of a connection.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The connection name.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#physical_endpoints ⇒ Array<Types::PhysicalEndpoint>
The connection physical endpoints.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The connection project ID.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#props ⇒ Types::ConnectionPropertiesOutput
The connection props.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The connection type.
1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1689 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [] include Aws::Structure end |