Class: Aws::Types::UpdatePreparedStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePreparedStatementInput
- 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.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def description @description end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def query_statement @query_statement end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def statement_name @statement_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def work_group @work_group end |