Class: Aws::Athena::Types::PreparedStatement

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

Overview

A prepared SQL statement for use with Athena.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the prepared statement.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'lib/aws-sdk-athena/types.rb', line 2975

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

#last_modified_timeTime

The last modified time of the prepared statement.

Returns:

  • (Time)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'lib/aws-sdk-athena/types.rb', line 2975

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

#query_statementString

The query string for the prepared statement.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'lib/aws-sdk-athena/types.rb', line 2975

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

#statement_nameString

The name of the prepared statement.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'lib/aws-sdk-athena/types.rb', line 2975

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

#work_group_nameString

The name of the workgroup to which the prepared statement belongs.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
2982
2983
# File 'lib/aws-sdk-athena/types.rb', line 2975

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