Class: Aws::Types::QuerySummary
- Inherits:
-
Object
- Object
- Aws::Types::QuerySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def completed_at @completed_at end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def query_id @query_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
3351 3352 3353 |
# File 'sig/types.rbs', line 3351 def status @status end |
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def submitted_at @submitted_at end |