Class: Aws::DataZone::Types::CreateConnectionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#configurations ⇒ Array<Types::Configuration>

The configurations of the connection.

Returns:



3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#connection_id ⇒ String

The ID of the connection.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#description ⇒ String

The connection description.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#domain_id ⇒ String

The ID of the domain where the connection is created.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#domain_unit_id ⇒ String

The ID of the domain unit where the connection is created.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#environment_id ⇒ String

The ID of the environment where the connection is created.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#name ⇒ String

The connection name.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#physical_endpoints ⇒ Array<Types::PhysicalEndpoint>

The physical endpoints of the connection.

Returns:



3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#project_id ⇒ String

The ID of the project where the connection is created.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#props ⇒ Types::ConnectionPropertiesOutput

The connection props.



3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#scope ⇒ String

The scope of the connection.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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

#type ⇒ String

The connection type.

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3326

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