Class: Aws::Neptunedata::Types::QueryLanguageVersion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#versionString

The version of the query language.

Returns:

  • (String)


2723
2724
2725
2726
2727
# File 'lib/aws-sdk-neptunedata/types.rb', line 2723

class QueryLanguageVersion < Struct.new(
  :version)
  SENSITIVE = []
  include Aws::Structure
end