Class: Aws::Types::ExecuteStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementInput
- 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.
-
#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.
-
#sql ⇒ ::String
Returns the value of attribute sql.
-
#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.
168 169 170 |
# File 'sig/types.rbs', line 168 def client_token @client_token end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
160 161 162 |
# File 'sig/types.rbs', line 160 def cluster_identifier @cluster_identifier end |
#database ⇒ ::String
Returns the value of attribute database.
163 164 165 |
# File 'sig/types.rbs', line 163 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
162 163 164 |
# File 'sig/types.rbs', line 162 def db_user @db_user end |
#parameters ⇒ ::Array[Types::SqlParameter]
Returns the value of attribute parameters.
166 167 168 |
# File 'sig/types.rbs', line 166 def parameters @parameters end |
#result_format ⇒ "JSON", "CSV"
Returns the value of attribute result_format.
169 170 171 |
# File 'sig/types.rbs', line 169 def result_format @result_format end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def secret_arn @secret_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def session_id @session_id end |
#session_keep_alive_seconds ⇒ ::Integer
Returns the value of attribute session_keep_alive_seconds.
170 171 172 |
# File 'sig/types.rbs', line 170 def session_keep_alive_seconds @session_keep_alive_seconds end |
#sql ⇒ ::String
Returns the value of attribute sql.
159 160 161 |
# File 'sig/types.rbs', line 159 def sql @sql end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def statement_name @statement_name end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
172 173 174 |
# File 'sig/types.rbs', line 172 def wait_time_seconds @wait_time_seconds end |
#with_event ⇒ Boolean
Returns the value of attribute with_event.
164 165 166 |
# File 'sig/types.rbs', line 164 def with_event @with_event end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def workgroup_name @workgroup_name end |