Class: Aws::Types::SubStatementData
- Inherits:
-
Object
- Object
- Aws::Types::SubStatementData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#redshift_query_id ⇒ ::Integer
Returns the value of attribute redshift_query_id.
-
#result_rows ⇒ ::Integer
Returns the value of attribute result_rows.
-
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
410 411 412 |
# File 'sig/types.rbs', line 410 def created_at @created_at end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
407 408 409 |
# File 'sig/types.rbs', line 407 def duration @duration end |
#error ⇒ ::String
Returns the value of attribute error.
408 409 410 |
# File 'sig/types.rbs', line 408 def error @error end |
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
416 417 418 |
# File 'sig/types.rbs', line 416 def has_result_set @has_result_set end |
#id ⇒ ::String
Returns the value of attribute id.
406 407 408 |
# File 'sig/types.rbs', line 406 def id @id end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
412 413 414 |
# File 'sig/types.rbs', line 412 def query_string @query_string end |
#redshift_query_id ⇒ ::Integer
Returns the value of attribute redshift_query_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def redshift_query_id @redshift_query_id end |
#result_rows ⇒ ::Integer
Returns the value of attribute result_rows.
413 414 415 |
# File 'sig/types.rbs', line 413 def result_rows @result_rows end |
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
414 415 416 |
# File 'sig/types.rbs', line 414 def result_size @result_size end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
409 410 411 |
# File 'sig/types.rbs', line 409 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
411 412 413 |
# File 'sig/types.rbs', line 411 def updated_at @updated_at end |