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.
10372 10373 10374 |
# File 'sig/types.rbs', line 10372 def creation_time @creation_time end |
#last_update_attempt_time ⇒ ::Integer
Returns the value of attribute last_update_attempt_time.
10374 10375 10376 |
# File 'sig/types.rbs', line 10374 def last_update_attempt_time @last_update_attempt_time end |
#last_update_failure_reason ⇒ ::String
Returns the value of attribute last_update_failure_reason.
10375 10376 10377 |
# File 'sig/types.rbs', line 10375 def last_update_failure_reason @last_update_failure_reason end |
#original_role ⇒ "ADMIN", ...
Returns the value of attribute original_role.
10369 10370 10371 |
# File 'sig/types.rbs', line 10369 def original_role @original_role end |
#request_note ⇒ ::String
Returns the value of attribute request_note.
10371 10372 10373 |
# File 'sig/types.rbs', line 10371 def request_note @request_note end |
#request_status ⇒ "PENDING", ...
Returns the value of attribute request_status.
10373 10374 10375 |
# File 'sig/types.rbs', line 10373 def request_status @request_status end |
#requested_role ⇒ "ADMIN", ...
Returns the value of attribute requested_role.
10370 10371 10372 |
# File 'sig/types.rbs', line 10370 def requested_role @requested_role end |
#upgrade_request_id ⇒ ::String
Returns the value of attribute upgrade_request_id.
10367 10368 10369 |
# File 'sig/types.rbs', line 10367 def upgrade_request_id @upgrade_request_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
10368 10369 10370 |
# File 'sig/types.rbs', line 10368 def user_name @user_name end |