Class: Aws::Types::LineageSqlQueryRunDetails
- Inherits:
-
Object
- Object
- Aws::Types::LineageSqlQueryRunDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_messages ⇒ ::Array[::String]
Returns the value of attribute error_messages.
-
#num_queries_failed ⇒ ::Integer
Returns the value of attribute num_queries_failed.
-
#query_end_time ⇒ ::Time
Returns the value of attribute query_end_time.
-
#query_start_time ⇒ ::Time
Returns the value of attribute query_start_time.
-
#total_queries_processed ⇒ ::Integer
Returns the value of attribute total_queries_processed.
Instance Attribute Details
#error_messages ⇒ ::Array[::String]
Returns the value of attribute error_messages.
3807 3808 3809 |
# File 'sig/types.rbs', line 3807 def @error_messages end |
#num_queries_failed ⇒ ::Integer
Returns the value of attribute num_queries_failed.
3806 3807 3808 |
# File 'sig/types.rbs', line 3806 def num_queries_failed @num_queries_failed end |
#query_end_time ⇒ ::Time
Returns the value of attribute query_end_time.
3804 3805 3806 |
# File 'sig/types.rbs', line 3804 def query_end_time @query_end_time end |
#query_start_time ⇒ ::Time
Returns the value of attribute query_start_time.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def query_start_time @query_start_time end |
#total_queries_processed ⇒ ::Integer
Returns the value of attribute total_queries_processed.
3805 3806 3807 |
# File 'sig/types.rbs', line 3805 def total_queries_processed @total_queries_processed end |