Class: Aws::Athena::Types::DeletePreparedStatementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeletePreparedStatementInput
- 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 delete.
-
#work_group ⇒ String
The workgroup to which the statement to be deleted belongs.
Instance Attribute Details
#statement_name ⇒ String
The name of the prepared statement to delete.
1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-athena/types.rb', line 1121 class DeletePreparedStatementInput < Struct.new( :statement_name, :work_group) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The workgroup to which the statement to be deleted belongs.
1121 1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-athena/types.rb', line 1121 class DeletePreparedStatementInput < Struct.new( :statement_name, :work_group) SENSITIVE = [] include Aws::Structure end |