Module: Aws::XRay::Client::_GetInsightImpactGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInsightImpactGraphResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #insight_id ⇒ ::String
- #next_token ⇒ ::String
- #service_graph_end_time ⇒ ::Time
- #service_graph_start_time ⇒ ::Time
- #services ⇒ ::Array[Types::InsightImpactGraphService]
- #start_time ⇒ ::Time
Instance Method Details
#end_time ⇒ ::Time
258 |
# File 'sig/client.rbs', line 258
def end_time: () -> ::Time
|
#insight_id ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def insight_id: () -> ::String
|
#next_token ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def next_token: () -> ::String
|
#service_graph_end_time ⇒ ::Time
260 |
# File 'sig/client.rbs', line 260
def service_graph_end_time: () -> ::Time
|
#service_graph_start_time ⇒ ::Time
259 |
# File 'sig/client.rbs', line 259
def service_graph_start_time: () -> ::Time
|
#services ⇒ ::Array[Types::InsightImpactGraphService]
261 |
# File 'sig/client.rbs', line 261
def services: () -> ::Array[Types::InsightImpactGraphService]
|
#start_time ⇒ ::Time
257 |
# File 'sig/client.rbs', line 257
def start_time: () -> ::Time
|