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_timeTime

The provided end time.

Returns:

  • (Time)

    The provided end time.

#insight_idString

The insight\'s unique identifier.

Returns:

  • (String)

    The insight\'s unique identifier.

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#service_graph_end_timeTime

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_timeTime

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

Returns:

  • (Time)

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

#servicesArray<Types::InsightImpactGraphService>

The AWS instrumented services related to the insight.

Returns:

#start_timeTime

The provided start time.

Returns:

  • (Time)

    The provided start time.