Class: Aws::Neptunedata::Types::PropertygraphSummaryValueMap

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

Overview

Payload for the property graph summary response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_summaryTypes::PropertygraphSummary

The graph summary.



2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-neptunedata/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_timeTime

The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.

Returns:

  • (Time)


2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2677

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

#versionString

The version of this graph summary response.

Returns:

  • (String)


2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2677

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