Class: Aws::Types::AccountEnrollmentStatus
- Inherits:
-
Object
- Object
- Aws::Types::AccountEnrollmentStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def account_id @account_id end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
20 21 22 |
# File 'sig/types.rbs', line 20 def @last_updated_timestamp end |
#status ⇒ "Active", ...
Returns the value of attribute status.
18 19 20 |
# File 'sig/types.rbs', line 18 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
19 20 21 |
# File 'sig/types.rbs', line 19 def status_reason @status_reason end |