Class: Aws::XRay::Types::GetServiceGraphResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end of the time frame for which the graph was generated.

Returns:

  • (Time)


317
318
319
320
321
322
323
# File 'lib/aws-sdk-xray/types.rb', line 317

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


317
318
319
320
321
322
323
# File 'lib/aws-sdk-xray/types.rb', line 317

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :next_token)
  include Aws::Structure
end

#servicesArray<Types::Service>

The services that have processed a traced request during the specified time frame.

Returns:



317
318
319
320
321
322
323
# File 'lib/aws-sdk-xray/types.rb', line 317

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :next_token)
  include Aws::Structure
end

#start_timeTime

The start of the time frame for which the graph was generated.

Returns:

  • (Time)


317
318
319
320
321
322
323
# File 'lib/aws-sdk-xray/types.rb', line 317

class GetServiceGraphResult < Struct.new(
  :start_time,
  :end_time,
  :services,
  :next_token)
  include Aws::Structure
end