Class: Aws::Athena::Types::UpdateNamedQueryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The query description.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'lib/aws-sdk-athena/types.rb', line 5176

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

#nameString

The name of the query.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'lib/aws-sdk-athena/types.rb', line 5176

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

#named_query_idString

The unique identifier (UUID) of the query.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'lib/aws-sdk-athena/types.rb', line 5176

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

#query_stringString

The contents of the query with all query statements.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
5182
5183
# File 'lib/aws-sdk-athena/types.rb', line 5176

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