You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A query, where QueryString is the list of SQL query statements that comprise the query.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The database to which the query belongs.

Returns:

  • (String)

    The database to which the query belongs.

#descriptionString

The query description.

Returns:

  • (String)

    The query description.

#nameString

The query name.

Returns:

  • (String)

    The query name.

#named_query_idString

The unique identifier of the query.

Returns:

  • (String)

    The unique identifier of the query.

#query_stringString

The SQL query statements that comprise the query.

Returns:

  • (String)

    The SQL query statements that comprise the query.

#work_groupString

The name of the workgroup that contains the named query.

Returns:

  • (String)

    The name of the workgroup that contains the named query.