Class: Aws::Athena::Types::GetPreparedStatementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetPreparedStatementInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statement_name ⇒ String
The name of the prepared statement to retrieve.
-
#work_group ⇒ String
The workgroup to which the statement to be retrieved belongs.
Instance Attribute Details
#statement_name ⇒ String
The name of the prepared statement to retrieve.
1641 1642 1643 1644 1645 1646 |
# File 'lib/aws-sdk-athena/types.rb', line 1641 class GetPreparedStatementInput < Struct.new( :statement_name, :work_group) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The workgroup to which the statement to be retrieved belongs.
1641 1642 1643 1644 1645 1646 |
# File 'lib/aws-sdk-athena/types.rb', line 1641 class GetPreparedStatementInput < Struct.new( :statement_name, :work_group) SENSITIVE = [] include Aws::Structure end |