Module: Aws::NeptuneGraph::Client::_GetGraphSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGraphSummaryOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #graph_summary ⇒ Types::GraphDataSummary
- #last_statistics_computation_time ⇒ ::Time
- #version ⇒ ::String
Instance Method Details
#graph_summary ⇒ Types::GraphDataSummary
359 |
# File 'sig/client.rbs', line 359
def graph_summary: () -> Types::GraphDataSummary
|
#last_statistics_computation_time ⇒ ::Time
358 |
# File 'sig/client.rbs', line 358
def last_statistics_computation_time: () -> ::Time
|
#version ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def version: () -> ::String
|