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

#connection_idString

The ID of the connection.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#descriptionString

The connection description.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#domain_idString

The ID of the domain where the connection is created.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#domain_unit_idString

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

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#environment_idString

The ID of the environment where the connection is created.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#nameString

The connection name.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#physical_endpointsArray<Types::PhysicalEndpoint>

The physical endpoints of the connection.

Returns:



2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#project_idString

The ID of the project where the connection is created.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#propsTypes::ConnectionPropertiesOutput

The connection props.



2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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

#typeString

The connection type.

Returns:

  • (String)


2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2353

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