Class: Aws::Neptunedata::Types::QueryLanguageVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::QueryLanguageVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Structure for expressing the query language version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version ⇒ String
The version of the query language.
Instance Attribute Details
#version ⇒ String
The version of the query language.
2723 2724 2725 2726 2727 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2723 class QueryLanguageVersion < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |