Class: Aws::Types::GetTraceSummariesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTraceSummariesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sampling ⇒ Boolean
Returns the value of attribute sampling.
-
#sampling_strategy ⇒ Types::SamplingStrategy
Returns the value of attribute sampling_strategy.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#time_range_type ⇒ "TraceId", ...
Returns the value of attribute time_range_type.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
426 427 428 |
# File 'sig/types.rbs', line 426 def next_token @next_token end |
#sampling ⇒ Boolean
Returns the value of attribute sampling.
423 424 425 |
# File 'sig/types.rbs', line 423 def sampling @sampling end |
#sampling_strategy ⇒ Types::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.
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.
422 423 424 |
# File 'sig/types.rbs', line 422 def time_range_type @time_range_type end |