Class: Aws::Types::PreparedStatement
- Inherits:
-
Object
- Object
- Aws::Types::PreparedStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#work_group_name ⇒ ::String
Returns the value of attribute work_group_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
926 927 928 |
# File 'sig/types.rbs', line 926 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
927 928 929 |
# File 'sig/types.rbs', line 927 def last_modified_time @last_modified_time end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
924 925 926 |
# File 'sig/types.rbs', line 924 def query_statement @query_statement end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
923 924 925 |
# File 'sig/types.rbs', line 923 def statement_name @statement_name end |
#work_group_name ⇒ ::String
Returns the value of attribute work_group_name.
925 926 927 |
# File 'sig/types.rbs', line 925 def work_group_name @work_group_name end |