Class: Aws::Types::PropertygraphSummaryValueMap
- Inherits:
-
Object
- Object
- Aws::Types::PropertygraphSummaryValueMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_summary ⇒ Types::PropertygraphSummary
Returns the value of attribute graph_summary.
-
#last_statistics_computation_time ⇒ ::Time
Returns the value of attribute last_statistics_computation_time.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#graph_summary ⇒ Types::PropertygraphSummary
Returns the value of attribute graph_summary.
750 751 752 |
# File 'sig/types.rbs', line 750 def graph_summary @graph_summary end |
#last_statistics_computation_time ⇒ ::Time
Returns the value of attribute last_statistics_computation_time.
749 750 751 |
# File 'sig/types.rbs', line 749 def last_statistics_computation_time @last_statistics_computation_time end |
#version ⇒ ::String
Returns the value of attribute version.
748 749 750 |
# File 'sig/types.rbs', line 748 def version @version end |