Class: Aws::Types::RDFGraphSummaryValueMap

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_summaryTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def version
  @version
end