Class: Aws::NeptuneGraph::Types::GetGraphSummaryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_summaryTypes::GraphDataSummary

The graph summary.



1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1062

class GetGraphSummaryOutput < 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 Analytics last computed statistics.

Returns:

  • (Time)


1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1062

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

#versionString

Display the version of this tool.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1062

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