Class: Aws::Types::AccountInfo
- Inherits:
-
Object
- Object
- Aws::Types::AccountInfo
- 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.
-
#aws_account_name ⇒ ::String
Returns the value of attribute aws_account_name.
-
#supported_regions ⇒ ::Array[::String]
Returns the value of attribute supported_regions.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def aws_account_id @aws_account_id end |
#aws_account_name ⇒ ::String
Returns the value of attribute aws_account_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def aws_account_name @aws_account_name end |
#supported_regions ⇒ ::Array[::String]
Returns the value of attribute supported_regions.
81 82 83 |
# File 'sig/types.rbs', line 81 def supported_regions @supported_regions end |