Class: Aws::Types::LastUpdate
- Inherits:
-
Object
- Object
- Aws::Types::LastUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_query_tcu ⇒ ::Integer
Returns the value of attribute target_query_tcu.
Instance Attribute Details
#status ⇒ "PENDING", ...
Returns the value of attribute status.
156 157 158 |
# File 'sig/types.rbs', line 156 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
157 158 159 |
# File 'sig/types.rbs', line 157 def end |
#target_query_tcu ⇒ ::Integer
Returns the value of attribute target_query_tcu.
155 156 157 |
# File 'sig/types.rbs', line 155 def target_query_tcu @target_query_tcu end |