Class: Aws::Types::GetEnrollmentStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnrollmentStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#member_accounts_enrolled ⇒ Boolean
Returns the value of attribute member_accounts_enrolled.
-
#number_of_member_accounts_opted_in ⇒ ::Integer
Returns the value of attribute number_of_member_accounts_opted_in.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
561 562 563 |
# File 'sig/types.rbs', line 561 def @last_updated_timestamp end |
#member_accounts_enrolled ⇒ Boolean
Returns the value of attribute member_accounts_enrolled.
560 561 562 |
# File 'sig/types.rbs', line 560 def member_accounts_enrolled @member_accounts_enrolled end |
#number_of_member_accounts_opted_in ⇒ ::Integer
Returns the value of attribute number_of_member_accounts_opted_in.
562 563 564 |
# File 'sig/types.rbs', line 562 def number_of_member_accounts_opted_in @number_of_member_accounts_opted_in end |
#status ⇒ "Active", ...
Returns the value of attribute status.
558 559 560 |
# File 'sig/types.rbs', line 558 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
559 560 561 |
# File 'sig/types.rbs', line 559 def status_reason @status_reason end |