Class: Aws::XRay::Types::GetSamplingTargetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetSamplingTargetsResult
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_rule_modification ⇒ Time
The last time a user changed the sampling rule configuration.
-
#sampling_target_documents ⇒ Array<Types::SamplingTargetDocument>
Updated rules that the service should use to sample requests.
-
#unprocessed_boost_statistics ⇒ Array<Types::UnprocessedStatistics>
Information about [SamplingBoostStatisticsDocument][1] that X-Ray could not process.
-
#unprocessed_statistics ⇒ Array<Types::UnprocessedStatistics>
Information about [SamplingStatisticsDocument][1] that X-Ray could not process.
Instance Attribute Details
#last_rule_modification ⇒ Time
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1210 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics, :unprocessed_boost_statistics) SENSITIVE = [] include Aws::Structure end |
#sampling_target_documents ⇒ Array<Types::SamplingTargetDocument>
Updated rules that the service should use to sample requests.
1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1210 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics, :unprocessed_boost_statistics) SENSITIVE = [] include Aws::Structure end |
#unprocessed_boost_statistics ⇒ Array<Types::UnprocessedStatistics>
Information about SamplingBoostStatisticsDocument that X-Ray could not process.
1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1210 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics, :unprocessed_boost_statistics) SENSITIVE = [] include Aws::Structure end |
#unprocessed_statistics ⇒ Array<Types::UnprocessedStatistics>
Information about SamplingStatisticsDocument that X-Ray could not process.
1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1210 class GetSamplingTargetsResult < Struct.new( :sampling_target_documents, :last_rule_modification, :unprocessed_statistics, :unprocessed_boost_statistics) SENSITIVE = [] include Aws::Structure end |