Class: Aws::Types::LatestMpaApprovalTeamUpdate
- Inherits:
-
Object
- Object
- Aws::Types::LatestMpaApprovalTeamUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry_date ⇒ ::Time
Returns the value of attribute expiry_date.
-
#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
#expiry_date ⇒ ::Time
Returns the value of attribute expiry_date.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def expiry_date @expiry_date end |
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def initiation_date @initiation_date end |
#mpa_session_arn ⇒ ::String
Returns the value of attribute mpa_session_arn.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def mpa_session_arn @mpa_session_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def @status_message end |