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.
-
#scope ⇒ String
The scope of the connection.
-
#type ⇒ String
The connection type.
Instance Attribute Details
#connection_id ⇒ String
The ID of a connection.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of a connection.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#domain_unit_id ⇒ String
The domain unit ID of a connection.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID of a connection.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The connection name.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#physical_endpoints ⇒ Array<Types::PhysicalEndpoint>
The connection physical endpoints.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The connection project ID.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#props ⇒ Types::ConnectionPropertiesOutput
The connection props.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
The scope of the connection.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The connection type.
2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2262 class ConnectionSummary < Struct.new( :connection_id, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :scope, :type) SENSITIVE = [] include Aws::Structure end |