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.
7616 7617 7618 |
# File 'sig/types.rbs', line 7616 def action @action end |
#details ⇒ Types::StatusDetails
Returns the value of attribute details.
7619 7620 7621 |
# File 'sig/types.rbs', line 7619 def details @details end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
7618 7619 7620 |
# File 'sig/types.rbs', line 7618 def error @error end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
7614 7615 7616 |
# File 'sig/types.rbs', line 7614 def request_time @request_time end |
#requested_by ⇒ ::String
Returns the value of attribute requested_by.
7612 7613 7614 |
# File 'sig/types.rbs', line 7612 def requested_by @requested_by end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
7617 7618 7619 |
# File 'sig/types.rbs', line 7617 def state @state end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
7615 7616 7617 |
# File 'sig/types.rbs', line 7615 def update_time @update_time end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
7613 7614 7615 |
# File 'sig/types.rbs', line 7613 def updated_by @updated_by end |