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.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def completed_at @completed_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def @error_message end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def query_id @query_id end |
#statistics ⇒ Types::QueryStatistics
Returns the value of attribute statistics.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def statistics @statistics end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def status @status end |
#submitted_at ⇒ ::Time
Returns the value of attribute submitted_at.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def submitted_at @submitted_at end |