Class: Aws::Athena::Types::UpdatePreparedStatementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UpdatePreparedStatementInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the prepared statement.
-
#query_statement ⇒ String
The query string for the prepared statement.
-
#statement_name ⇒ String
The name of the prepared statement.
-
#work_group ⇒ String
The workgroup for the prepared statement.
Instance Attribute Details
#description ⇒ String
The description of the prepared statement.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'lib/aws-sdk-athena/types.rb', line 4762 class UpdatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |
#query_statement ⇒ String
The query string for the prepared statement.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'lib/aws-sdk-athena/types.rb', line 4762 class UpdatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |
#statement_name ⇒ String
The name of the prepared statement.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'lib/aws-sdk-athena/types.rb', line 4762 class UpdatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The workgroup for the prepared statement.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'lib/aws-sdk-athena/types.rb', line 4762 class UpdatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |