Class: Aws::Types::GetTraceSummariesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


421
422
423
# File 'sig/types.rbs', line 421

def end_time
  @end_time
end

#filter_expression::String

Returns the value of attribute filter_expression.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def filter_expression
  @filter_expression
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def next_token
  @next_token
end

#samplingBoolean

Returns the value of attribute sampling.

Returns:

  • (Boolean)


423
424
425
# File 'sig/types.rbs', line 423

def sampling
  @sampling
end

#sampling_strategyTypes::SamplingStrategy

Returns the value of attribute sampling_strategy.



424
425
426
# File 'sig/types.rbs', line 424

def sampling_strategy
  @sampling_strategy
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


420
421
422
# File 'sig/types.rbs', line 420

def start_time
  @start_time
end

#time_range_type"TraceId", ...

Returns the value of attribute time_range_type.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def time_range_type
  @time_range_type
end