Class: Aws::Types::SelfUpgradeRequestDetail
- Inherits:
-
Object
- Object
- Aws::Types::SelfUpgradeRequestDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#last_update_attempt_time ⇒ ::Integer
Returns the value of attribute last_update_attempt_time.
-
#last_update_failure_reason ⇒ ::String
Returns the value of attribute last_update_failure_reason.
-
#original_role ⇒ "ADMIN", ...
Returns the value of attribute original_role.
-
#request_note ⇒ ::String
Returns the value of attribute request_note.
-
#request_status ⇒ "PENDING", ...
Returns the value of attribute request_status.
-
#requested_role ⇒ "ADMIN", ...
Returns the value of attribute requested_role.
-
#upgrade_request_id ⇒ ::String
Returns the value of attribute upgrade_request_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
9982 9983 9984 |
# File 'sig/types.rbs', line 9982 def creation_time @creation_time end |
#last_update_attempt_time ⇒ ::Integer
Returns the value of attribute last_update_attempt_time.
9984 9985 9986 |
# File 'sig/types.rbs', line 9984 def last_update_attempt_time @last_update_attempt_time end |
#last_update_failure_reason ⇒ ::String
Returns the value of attribute last_update_failure_reason.
9985 9986 9987 |
# File 'sig/types.rbs', line 9985 def last_update_failure_reason @last_update_failure_reason end |
#original_role ⇒ "ADMIN", ...
Returns the value of attribute original_role.
9979 9980 9981 |
# File 'sig/types.rbs', line 9979 def original_role @original_role end |
#request_note ⇒ ::String
Returns the value of attribute request_note.
9981 9982 9983 |
# File 'sig/types.rbs', line 9981 def request_note @request_note end |
#request_status ⇒ "PENDING", ...
Returns the value of attribute request_status.
9983 9984 9985 |
# File 'sig/types.rbs', line 9983 def request_status @request_status end |
#requested_role ⇒ "ADMIN", ...
Returns the value of attribute requested_role.
9980 9981 9982 |
# File 'sig/types.rbs', line 9980 def requested_role @requested_role end |
#upgrade_request_id ⇒ ::String
Returns the value of attribute upgrade_request_id.
9977 9978 9979 |
# File 'sig/types.rbs', line 9977 def upgrade_request_id @upgrade_request_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
9978 9979 9980 |
# File 'sig/types.rbs', line 9978 def user_name @user_name end |