Class: Aws::Types::BatchExecuteStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchExecuteStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#execution_mode ⇒ "TRANSACTION", "AUTO_COMMIT"
Returns the value of attribute execution_mode.
-
#parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute parameters.
-
#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.
-
#session_keep_alive_seconds ⇒ ::Integer
Returns the value of attribute session_keep_alive_seconds.
-
#sqls ⇒ ::Array[::String]
Returns the value of attribute sqls.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
-
#with_event ⇒ Boolean
Returns the value of attribute with_event.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
42 43 44 |
# File 'sig/types.rbs', line 42 def client_token @client_token end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
34 35 36 |
# File 'sig/types.rbs', line 34 def cluster_identifier @cluster_identifier end |
#database ⇒ ::String
Returns the value of attribute database.
37 38 39 |
# File 'sig/types.rbs', line 37 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
36 37 38 |
# File 'sig/types.rbs', line 36 def db_user @db_user end |
#execution_mode ⇒ "TRANSACTION", "AUTO_COMMIT"
Returns the value of attribute execution_mode.
46 47 48 |
# File 'sig/types.rbs', line 46 def execution_mode @execution_mode end |
#parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute parameters.
40 41 42 |
# File 'sig/types.rbs', line 40 def parameters @parameters end |
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
43 44 45 |
# File 'sig/types.rbs', line 43 def result_format @result_format end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def secret_arn @secret_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def session_id @session_id end |
#session_keep_alive_seconds ⇒ ::Integer
Returns the value of attribute session_keep_alive_seconds.
44 45 46 |
# File 'sig/types.rbs', line 44 def session_keep_alive_seconds @session_keep_alive_seconds end |
#sqls ⇒ ::Array[::String]
Returns the value of attribute sqls.
33 34 35 |
# File 'sig/types.rbs', line 33 def sqls @sqls end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def statement_name @statement_name end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
47 48 49 |
# File 'sig/types.rbs', line 47 def wait_time_seconds @wait_time_seconds end |
#with_event ⇒ Boolean
Returns the value of attribute with_event.
38 39 40 |
# File 'sig/types.rbs', line 38 def with_event @with_event end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
41 42 43 |
# File 'sig/types.rbs', line 41 def workgroup_name @workgroup_name end |