Class: Aws::Neptunedata::Types::RDFGraphSummaryValueMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::RDFGraphSummaryValueMap
- 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
-
#graph_summary ⇒ Types::RDFGraphSummary
The graph summary of an RDF graph.
-
#last_statistics_computation_time ⇒ Time
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
-
#version ⇒ String
The version of this graph summary response.
Instance Attribute Details
#graph_summary ⇒ Types::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_time ⇒ Time
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
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 |
#version ⇒ String
The version of this graph summary response.
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 |