Class: Aws::Types::RDFGraphSummaryValueMap
- Inherits:
-
Object
- Object
- Aws::Types::RDFGraphSummaryValueMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_summary ⇒ Types::RDFGraphSummary
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::RDFGraphSummary
Returns the value of attribute graph_summary.
802 803 804 |
# File 'sig/types.rbs', line 802 def graph_summary @graph_summary end |
#last_statistics_computation_time ⇒ ::Time
Returns the value of attribute last_statistics_computation_time.
801 802 803 |
# File 'sig/types.rbs', line 801 def last_statistics_computation_time @last_statistics_computation_time end |
#version ⇒ ::String
Returns the value of attribute version.
800 801 802 |
# File 'sig/types.rbs', line 800 def version @version end |