Class: Aws::Athena::Types::NamedQuery

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

Overview

A query, where QueryString contains the SQL statements that make up the query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The database to which the query belongs.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3051

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The query description.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3051

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The query name.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3051

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#named_query_idString

The unique identifier of the query.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3051

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The SQL statements that make up the query.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3051

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the workgroup that contains the named query.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3051

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end