Class: Aws::DataZone::Types::GetConnectionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:connection_credentials, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_credentialsTypes::ConnectionCredentials

Connection credentials.



7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#connection_idString

The ID of the connection.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#descriptionString

Connection description.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#domain_idString

The domain ID of the connection.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#domain_unit_idString

The domain unit ID of the connection.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#environment_idString

The ID of the environment.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#environment_user_roleString

The environment user role.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#nameString

The name of the connection.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#physical_endpointsArray<Types::PhysicalEndpoint>

The physical endpoints of the connection.

Returns:



7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#project_idString

The ID of the project.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#propsTypes::ConnectionPropertiesOutput

Connection props.



7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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

#typeString

The type of the connection.

Returns:

  • (String)


7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
# File 'lib/aws-sdk-datazone/types.rb', line 7598

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