Class: Aws::XRay::Types::SamplingStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::SamplingStrategy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
The name and value of a sampling rule to apply to a trace summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a sampling rule.
-
#value ⇒ Float
The value of a sampling rule.
Instance Attribute Details
#name ⇒ String
The name of a sampling rule.
2599 2600 2601 2602 2603 2604 |
# File 'lib/aws-sdk-xray/types.rb', line 2599 class SamplingStrategy < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of a sampling rule.
2599 2600 2601 2602 2603 2604 |
# File 'lib/aws-sdk-xray/types.rb', line 2599 class SamplingStrategy < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |