Class: Aws::Types::PreparedStatementSummary
- Inherits:
-
Object
- Object
- Aws::Types::PreparedStatementSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
Instance Attribute Details
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
933 934 935 |
# File 'sig/types.rbs', line 933 def last_modified_time @last_modified_time end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
932 933 934 |
# File 'sig/types.rbs', line 932 def statement_name @statement_name end |