Class: Aws::DataZone::Types::EnvironmentResolvedAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentResolvedAccount
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies the account/Region that is to be used during project creation for a particular blueprint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the resolved account.
-
#region_name ⇒ String
The name of the resolved Region.
-
#source_account_pool_id ⇒ String
The ID of the account pool.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the resolved account.
7267 7268 7269 7270 7271 7272 7273 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7267 class EnvironmentResolvedAccount < Struct.new( :aws_account_id, :region_name, :source_account_pool_id) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the resolved Region.
7267 7268 7269 7270 7271 7272 7273 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7267 class EnvironmentResolvedAccount < Struct.new( :aws_account_id, :region_name, :source_account_pool_id) SENSITIVE = [] include Aws::Structure end |
#source_account_pool_id ⇒ String
The ID of the account pool.
7267 7268 7269 7270 7271 7272 7273 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7267 class EnvironmentResolvedAccount < Struct.new( :aws_account_id, :region_name, :source_account_pool_id) SENSITIVE = [] include Aws::Structure end |