Class: Aws::Types::GetPreparedStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPreparedStatementInput
- 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.
495 496 497 |
# File 'sig/types.rbs', line 495 def statement_name @statement_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
496 497 498 |
# File 'sig/types.rbs', line 496 def work_group @work_group end |