Class: Aws::Types::Query
- Inherits:
-
Object
- Object
- Aws::Types::Query
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def creation_time @creation_time end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def query_id @query_id end |
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def query_status @query_status end |