Class: Aws::Athena::Types::UpdatePreparedStatementInput

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

#descriptionString

The description of the prepared statement.

Returns:

  • (String)


4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4772

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

#query_statementString

The query string for the prepared statement.

Returns:

  • (String)


4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4772

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

#statement_nameString

The name of the prepared statement.

Returns:

  • (String)


4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4772

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

#work_groupString

The workgroup for the prepared statement.

Returns:

  • (String)


4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4772

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