Class: Aws::DataZone::Types::AwsLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AwsLocation
- 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
-
#access_role ⇒ String
The access role of a connection.
-
#aws_account_id ⇒ String
The account ID of a connection.
-
#aws_region ⇒ String
The Region of a connection.
-
#iam_connection_id ⇒ String
The IAM connection ID of a connection.
Instance Attribute Details
#access_role ⇒ String
The access role of a connection.
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_id ⇒ String
The account ID of a connection.
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_region ⇒ String
The Region of a connection.
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_id ⇒ String
The IAM connection ID of a connection.
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 |