Class: Aws::NeptuneGraph::Types::GetGraphSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GetGraphSummaryOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_summary ⇒ Types::GraphDataSummary
The graph summary.
-
#last_statistics_computation_time ⇒ Time
The timestamp, in ISO 8601 format, of the time at which Neptune Analytics last computed statistics.
-
#version ⇒ String
Display the version of this tool.
Instance Attribute Details
#graph_summary ⇒ Types::GraphDataSummary
The graph summary.
1404 1405 1406 1407 1408 1409 1410 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1404 class GetGraphSummaryOutput < 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 Analytics last computed statistics.
1404 1405 1406 1407 1408 1409 1410 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1404 class GetGraphSummaryOutput < Struct.new( :version, :last_statistics_computation_time, :graph_summary) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Display the version of this tool.
1404 1405 1406 1407 1408 1409 1410 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1404 class GetGraphSummaryOutput < Struct.new( :version, :last_statistics_computation_time, :graph_summary) SENSITIVE = [] include Aws::Structure end |