Class: Aws::Neptunedata::Types::RDFGraphSummaryValueMap

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

Overview

Payload for an RDF graph summary response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_summaryTypes::RDFGraphSummary

The graph summary of an RDF graph. See Graph summary response for an RDF graph.



2872
2873
2874
2875
2876
2877
2878
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2872

class RDFGraphSummaryValueMap < Struct.new(
  :version,
  :last_statistics_computation_time,
  :graph_summary)
  SENSITIVE = []
  include Aws::Structure
end

#last_statistics_computation_timeTime

The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.

Returns:

  • (Time)


2872
2873
2874
2875
2876
2877
2878
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2872

class RDFGraphSummaryValueMap < Struct.new(
  :version,
  :last_statistics_computation_time,
  :graph_summary)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of this graph summary response.

Returns:

  • (String)


2872
2873
2874
2875
2876
2877
2878
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2872

class RDFGraphSummaryValueMap < Struct.new(
  :version,
  :last_statistics_computation_time,
  :graph_summary)
  SENSITIVE = []
  include Aws::Structure
end