Class: Aws::Types::StatementData
- Inherits:
-
Object
- Object
- Aws::Types::StatementData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_batch_statement ⇒ Boolean
Returns the value of attribute is_batch_statement.
-
#query_parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute query_parameters.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_strings ⇒ ::Array[::String]
Returns the value of attribute query_strings.
-
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#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.
396 397 398 |
# File 'sig/types.rbs', line 396 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
390 391 392 |
# File 'sig/types.rbs', line 390 def id @id end |
#is_batch_statement ⇒ Boolean
Returns the value of attribute is_batch_statement.
399 400 401 |
# File 'sig/types.rbs', line 399 def is_batch_statement @is_batch_statement end |
#query_parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute query_parameters.
398 399 400 |
# File 'sig/types.rbs', line 398 def query_parameters @query_parameters end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
391 392 393 |
# File 'sig/types.rbs', line 391 def query_string @query_string end |
#query_strings ⇒ ::Array[::String]
Returns the value of attribute query_strings.
392 393 394 |
# File 'sig/types.rbs', line 392 def query_strings @query_strings end |
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
400 401 402 |
# File 'sig/types.rbs', line 400 def result_format @result_format end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
393 394 395 |
# File 'sig/types.rbs', line 393 def secret_arn @secret_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def session_id @session_id end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
395 396 397 |
# File 'sig/types.rbs', line 395 def statement_name @statement_name end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
394 395 396 |
# File 'sig/types.rbs', line 394 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
397 398 399 |
# File 'sig/types.rbs', line 397 def updated_at @updated_at end |