Class: Aws::DataZone::Types::AwsLocation

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

Overview

The location of a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_roleString

The access role of a connection.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-datazone/types.rb', line 1461

class AwsLocation < Struct.new(
  :access_role,
  :aws_account_id,
  :aws_region,
  :iam_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The account ID of a connection.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-datazone/types.rb', line 1461

class AwsLocation < Struct.new(
  :access_role,
  :aws_account_id,
  :aws_region,
  :iam_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

The Region of a connection.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-datazone/types.rb', line 1461

class AwsLocation < Struct.new(
  :access_role,
  :aws_account_id,
  :aws_region,
  :iam_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#iam_connection_idString

The IAM connection ID of a connection.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-datazone/types.rb', line 1461

class AwsLocation < Struct.new(
  :access_role,
  :aws_account_id,
  :aws_region,
  :iam_connection_id)
  SENSITIVE = []
  include Aws::Structure
end