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.
7626 7627 7628 |
# File 'sig/types.rbs', line 7626 def action @action end |
#details ⇒ Types::StatusDetails
Returns the value of attribute details.
7629 7630 7631 |
# File 'sig/types.rbs', line 7629 def details @details end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
7628 7629 7630 |
# File 'sig/types.rbs', line 7628 def error @error end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
7624 7625 7626 |
# File 'sig/types.rbs', line 7624 def request_time @request_time end |
#requested_by ⇒ ::String
Returns the value of attribute requested_by.
7622 7623 7624 |
# File 'sig/types.rbs', line 7622 def requested_by @requested_by end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
7627 7628 7629 |
# File 'sig/types.rbs', line 7627 def state @state end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
7625 7626 7627 |
# File 'sig/types.rbs', line 7625 def update_time @update_time end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
7623 7624 7625 |
# File 'sig/types.rbs', line 7623 def updated_by @updated_by end |