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

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

Overview

A query, where ‘QueryString` is the SQL query statements that comprise the query.

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The database to which the query belongs.

Returns:

  • (String)


489
490
491
492
493
494
495
496
# File 'lib/aws-sdk-athena/types.rb', line 489

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id)
  include Aws::Structure
end

#descriptionString

A brief description of the query.

Returns:

  • (String)


489
490
491
492
493
494
495
496
# File 'lib/aws-sdk-athena/types.rb', line 489

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id)
  include Aws::Structure
end

#nameString

The plain-language name of the query.

Returns:

  • (String)


489
490
491
492
493
494
495
496
# File 'lib/aws-sdk-athena/types.rb', line 489

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id)
  include Aws::Structure
end

#named_query_idString

The unique identifier of the query.

Returns:

  • (String)


489
490
491
492
493
494
495
496
# File 'lib/aws-sdk-athena/types.rb', line 489

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id)
  include Aws::Structure
end

#query_stringString

The SQL query statements that comprise the query.

Returns:

  • (String)


489
490
491
492
493
494
495
496
# File 'lib/aws-sdk-athena/types.rb', line 489

class NamedQuery < Struct.new(
  :name,
  :description,
  :database,
  :query_string,
  :named_query_id)
  include Aws::Structure
end