Class: Aws::Neptunedata::Types::GremlinQueryStatusAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Contains status components of a Gremlin query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash, ...

Attributes of the Gremlin query status.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1757

class GremlinQueryStatusAttributes < Struct.new(
  :message,
  :code,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#codeInteger

The HTTP response code returned fro the Gremlin query request..

Returns:

  • (Integer)


1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1757

class GremlinQueryStatusAttributes < Struct.new(
  :message,
  :code,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The status message.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1757

class GremlinQueryStatusAttributes < Struct.new(
  :message,
  :code,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end