Class: Aws::XRay::Types::GetSamplingTargetsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_rule_modificationTime

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.

[1]: docs.aws.amazon.com/xray/latest/api/API_GetSamplingRules.html

Returns:

  • (Time)


1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-xray/types.rb', line 1107

class GetSamplingTargetsResult < Struct.new(
  :sampling_target_documents,
  :last_rule_modification,
  :unprocessed_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#sampling_target_documentsArray<Types::SamplingTargetDocument>

Updated rules that the service should use to sample requests.

Returns:



1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-xray/types.rb', line 1107

class GetSamplingTargetsResult < Struct.new(
  :sampling_target_documents,
  :last_rule_modification,
  :unprocessed_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_statisticsArray<Types::UnprocessedStatistics>

Returns:



1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-xray/types.rb', line 1107

class GetSamplingTargetsResult < Struct.new(
  :sampling_target_documents,
  :last_rule_modification,
  :unprocessed_statistics)
  SENSITIVE = []
  include Aws::Structure
end