Class: Aws::Types::MpaStatus
- Inherits:
-
Object
- Object
- Aws::Types::MpaStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
-
#mpa_session_arn ⇒ ::String
Returns the value of attribute mpa_session_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
554 555 556 |
# File 'sig/types.rbs', line 554 def initiation_date @initiation_date end |
#mpa_session_arn ⇒ ::String
Returns the value of attribute mpa_session_arn.
552 553 554 |
# File 'sig/types.rbs', line 552 def mpa_session_arn @mpa_session_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
553 554 555 |
# File 'sig/types.rbs', line 553 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
555 556 557 |
# File 'sig/types.rbs', line 555 def @status_message end |