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)


4663
4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-athena/types.rb', line 4663

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

#nameString

The name of the query.

Returns:

  • (String)


4663
4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-athena/types.rb', line 4663

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)


4663
4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-athena/types.rb', line 4663

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)


4663
4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-athena/types.rb', line 4663

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