Class: Aws::Types::EnvironmentResolvedAccount
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentResolvedAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#source_account_pool_id ⇒ ::String
Returns the value of attribute source_account_pool_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def aws_account_id @aws_account_id end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def region_name @region_name end |
#source_account_pool_id ⇒ ::String
Returns the value of attribute source_account_pool_id.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def source_account_pool_id @source_account_pool_id end |