Class: Aws::Types::DeletePreparedStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePreparedStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def statement_name @statement_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
330 331 332 |
# File 'sig/types.rbs', line 330 def work_group @work_group end |