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.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def completed_at @completed_at end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def query_id @query_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def status @status end |
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def submitted_at @submitted_at end |