You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::GetInsightImpactGraphResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ Time

The provided end time.

Returns:

  • (Time) —

    The provided end time.

#insight_id ⇒ String

The insight\'s unique identifier.

Returns:

  • (String) —

    The insight\'s unique identifier.

#next_token ⇒ String

Pagination token.

Returns:

  • (String) —

    Pagination token.

#service_graph_end_time ⇒ Time

The time, in Unix seconds, at which the service graph ended.

Returns:

  • (Time) —

    The time, in Unix seconds, at which the service graph ended.

#service_graph_start_time ⇒ Time

The time, in Unix seconds, at which the service graph started.

Returns:

  • (Time) —

    The time, in Unix seconds, at which the service graph started.

#services ⇒ Array<Types::InsightImpactGraphService>

The AWS instrumented services related to the insight.

Returns:

#start_time ⇒ Time

The provided start time.

Returns:

  • (Time) —

    The provided start time.