Class: Aws::Neptunedata::Types::PropertygraphSummaryValueMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::PropertygraphSummaryValueMap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Payload for the property graph summary response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_summary ⇒ Types::PropertygraphSummary
The graph summary.
-
#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::PropertygraphSummary
The graph summary.
2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2677 class PropertygraphSummaryValueMap < 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.
2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2677 class PropertygraphSummaryValueMap < Struct.new( :version, :last_statistics_computation_time, :graph_summary) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of this graph summary response.
2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2677 class PropertygraphSummaryValueMap < Struct.new( :version, :last_statistics_computation_time, :graph_summary) SENSITIVE = [] include Aws::Structure end |