Class: Aws::Types::CreatePreparedStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePreparedStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
226 227 228 |
# File 'sig/types.rbs', line 226 def description @description end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
225 226 227 |
# File 'sig/types.rbs', line 225 def query_statement @query_statement end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
223 224 225 |
# File 'sig/types.rbs', line 223 def statement_name @statement_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
224 225 226 |
# File 'sig/types.rbs', line 224 def work_group @work_group end |