Class: Aws::XRay::Types::GetTraceSummariesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end of the time frame for which to retrieve traces.

Returns:

  • (Time)


1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filter_expressionString

Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token returned by a previous request to retrieve the next page of results.

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#samplingBoolean

Set to true to get summaries for only a subset of available traces.

Returns:

  • (Boolean)


1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sampling_strategyTypes::SamplingStrategy

A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.



1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the time frame for which to retrieve traces.

Returns:

  • (Time)


1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#time_range_typeString

A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1328

class GetTraceSummariesRequest < Struct.new(
  :start_time,
  :end_time,
  :time_range_type,
  :sampling,
  :sampling_strategy,
  :filter_expression,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end