Class: Aws::Types::AccountStatus
- Inherits:
-
Object
- Object
- Aws::Types::AccountStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#slr_deployment_status ⇒ ::String
Returns the value of attribute slr_deployment_status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def account_id @account_id end |
#slr_deployment_status ⇒ ::String
Returns the value of attribute slr_deployment_status.
34 35 36 |
# File 'sig/types.rbs', line 34 def slr_deployment_status @slr_deployment_status end |