Class: Aws::Types::DescribeQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#statistics ⇒ Types::QueryStatistics
Returns the value of attribute statistics.
-
#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.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def completed_at @completed_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def query_id @query_id end |
#statistics ⇒ Types::QueryStatistics
Returns the value of attribute statistics.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def statistics @statistics end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def status @status end |
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def submitted_at @submitted_at end |