Class: Aws::Types::TableStatus
- Inherits:
-
Object
- Object
- Aws::Types::TableStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "UPDATE", "CREATE"
Returns the value of attribute action.
-
#details ⇒ Types::StatusDetails
Returns the value of attribute details.
-
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#requested_by ⇒ ::String
Returns the value of attribute requested_by.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#action ⇒ "UPDATE", "CREATE"
Returns the value of attribute action.
7584 7585 7586 |
# File 'sig/types.rbs', line 7584 def action @action end |
#details ⇒ Types::StatusDetails
Returns the value of attribute details.
7587 7588 7589 |
# File 'sig/types.rbs', line 7587 def details @details end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
7586 7587 7588 |
# File 'sig/types.rbs', line 7586 def error @error end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
7582 7583 7584 |
# File 'sig/types.rbs', line 7582 def request_time @request_time end |
#requested_by ⇒ ::String
Returns the value of attribute requested_by.
7580 7581 7582 |
# File 'sig/types.rbs', line 7580 def requested_by @requested_by end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
7585 7586 7587 |
# File 'sig/types.rbs', line 7585 def state @state end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
7583 7584 7585 |
# File 'sig/types.rbs', line 7583 def update_time @update_time end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
7581 7582 7583 |
# File 'sig/types.rbs', line 7581 def updated_by @updated_by end |