Class: Aws::Athena::Types::GetNamedQueryInput

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

Overview

Note:

When making an API call, you may pass GetNamedQueryInput data as a hash:

{
  named_query_id: "NamedQueryId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#named_query_idString

The unique ID of the query. Use ListNamedQueries to get query IDs.

Returns:

  • (String)


390
391
392
393
# File 'lib/aws-sdk-athena/types.rb', line 390

class GetNamedQueryInput < Struct.new(
  :named_query_id)
  include Aws::Structure
end