Class: Aws::Types::AccountWithRestoreAccess
- Inherits:
-
Object
- Object
- Aws::Types::AccountWithRestoreAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_alias ⇒ ::String
Returns the value of attribute account_alias.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
Instance Attribute Details
#account_alias ⇒ ::String
Returns the value of attribute account_alias.
41 42 43 |
# File 'sig/types.rbs', line 41 def account_alias @account_alias end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def account_id @account_id end |