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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


1600
1601
1602
1603
1604
1605
1606
1607
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1600

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)


1600
1601
1602
1603
1604
1605
1606
1607
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1600

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)


1600
1601
1602
1603
1604
1605
1606
1607
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1600

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)


1600
1601
1602
1603
1604
1605
1606
1607
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1600

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