Class: Aws::Types::GetGraphSummaryOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_summaryTypes::GraphDataSummary

Returns the value of attribute graph_summary.



345
346
347
# File 'sig/types.rbs', line 345

def graph_summary
  @graph_summary
end

#last_statistics_computation_time::Time

Returns the value of attribute last_statistics_computation_time.

Returns:

  • (::Time)


344
345
346
# File 'sig/types.rbs', line 344

def last_statistics_computation_time
  @last_statistics_computation_time
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def version
  @version
end