Class: Aws::Athena::Types::UpdateNamedQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UpdateNamedQueryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The query description.
-
#name ⇒ String
The name of the query.
-
#named_query_id ⇒ String
The unique identifier (UUID) of the query.
-
#query_string ⇒ String
The contents of the query with all query statements.
Instance Attribute Details
#description ⇒ String
The query description.
4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-athena/types.rb', line 4653 class UpdateNamedQueryInput < Struct.new( :named_query_id, :name, :description, :query_string) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the query.
4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-athena/types.rb', line 4653 class UpdateNamedQueryInput < Struct.new( :named_query_id, :name, :description, :query_string) SENSITIVE = [] include Aws::Structure end |
#named_query_id ⇒ String
The unique identifier (UUID) of the query.
4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-athena/types.rb', line 4653 class UpdateNamedQueryInput < Struct.new( :named_query_id, :name, :description, :query_string) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The contents of the query with all query statements.
4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-athena/types.rb', line 4653 class UpdateNamedQueryInput < Struct.new( :named_query_id, :name, :description, :query_string) SENSITIVE = [] include Aws::Structure end |