Class: Aws::Athena::Types::CreatePreparedStatementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CreatePreparedStatementInput
- 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 name of the workgroup to which the prepared statement belongs.
Instance Attribute Details
#description ⇒ String
The description of the prepared statement.
799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-athena/types.rb', line 799 class CreatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |
#query_statement ⇒ String
The query string for the prepared statement.
799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-athena/types.rb', line 799 class CreatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |
#statement_name ⇒ String
The name of the prepared statement.
799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-athena/types.rb', line 799 class CreatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The name of the workgroup to which the prepared statement belongs.
799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-athena/types.rb', line 799 class CreatePreparedStatementInput < Struct.new( :statement_name, :work_group, :query_statement, :description) SENSITIVE = [] include Aws::Structure end |