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)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1223

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)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1223

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)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1223

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)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1223

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