Class: Aws::Athena::Types::DeletePreparedStatementInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statement_nameString

The name of the prepared statement to delete.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1119

class DeletePreparedStatementInput < Struct.new(
  :statement_name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The workgroup to which the statement to be deleted belongs.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1119

class DeletePreparedStatementInput < Struct.new(
  :statement_name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end