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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html#neptune-graph-summary-rdf-response



2872
2873
2874
2875
2876
2877
2878
# File '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 '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 'lib/aws-sdk-neptunedata/types.rb', line 2872

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