Class: Aws::DataZone::Types::ConnectionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configurationsArray<Types::Configuration>

The configurations of a connection summary.

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#connection_idString

The ID of a connection.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The domain ID of a connection.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#domain_unit_idString

The domain unit ID of a connection.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The environment ID of a connection.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The connection name.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#physical_endpointsArray<Types::PhysicalEndpoint>

The connection physical endpoints.

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The connection project ID.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#propsTypes::ConnectionPropertiesOutput

The connection props.



2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

The scope of the connection.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The connection type.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2325

class ConnectionSummary < Struct.new(
  :configurations,
  :connection_id,
  :domain_id,
  :domain_unit_id,
  :environment_id,
  :name,
  :physical_endpoints,
  :project_id,
  :props,
  :type,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end