Class: Aws::Types::ExecuteStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continue_after_timeout ⇒ Boolean
Returns the value of attribute continue_after_timeout.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#format_records_as ⇒ "NONE", "JSON"
Returns the value of attribute format_records_as.
-
#include_result_metadata ⇒ Boolean
Returns the value of attribute include_result_metadata.
-
#parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute parameters.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#result_set_options ⇒ Types::ResultSetOptions
Returns the value of attribute result_set_options.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#sql ⇒ ::String
Returns the value of attribute sql.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#continue_after_timeout ⇒ Boolean
Returns the value of attribute continue_after_timeout.
144 145 146 |
# File 'sig/types.rbs', line 144 def continue_after_timeout @continue_after_timeout end |
#database ⇒ ::String
Returns the value of attribute database.
139 140 141 |
# File 'sig/types.rbs', line 139 def database @database end |
#format_records_as ⇒ "NONE", "JSON"
Returns the value of attribute format_records_as.
146 147 148 |
# File 'sig/types.rbs', line 146 def format_records_as @format_records_as end |
#include_result_metadata ⇒ Boolean
Returns the value of attribute include_result_metadata.
143 144 145 |
# File 'sig/types.rbs', line 143 def @include_result_metadata end |
#parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute parameters.
141 142 143 |
# File 'sig/types.rbs', line 141 def parameters @parameters end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
136 137 138 |
# File 'sig/types.rbs', line 136 def resource_arn @resource_arn end |
#result_set_options ⇒ Types::ResultSetOptions
Returns the value of attribute result_set_options.
145 146 147 |
# File 'sig/types.rbs', line 145 def @result_set_options end |
#schema ⇒ ::String
Returns the value of attribute schema.
140 141 142 |
# File 'sig/types.rbs', line 140 def schema @schema end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def secret_arn @secret_arn end |
#sql ⇒ ::String
Returns the value of attribute sql.
138 139 140 |
# File 'sig/types.rbs', line 138 def sql @sql end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def transaction_id @transaction_id end |