Class: Aws::XRay::Types::SamplingRuleRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::SamplingRuleRecord
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
A [SamplingRule] and its metadata.
[1]: docs.aws.amazon.com/xray/latest/api/API_SamplingRule.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
When the rule was created.
-
#modified_at ⇒ Time
When the rule was last modified.
-
#sampling_rule ⇒ Types::SamplingRule
The sampling rule.
Instance Attribute Details
#created_at ⇒ Time
When the rule was created.
2760 2761 2762 2763 2764 2765 2766 |
# File 'lib/aws-sdk-xray/types.rb', line 2760 class SamplingRuleRecord < Struct.new( :sampling_rule, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
When the rule was last modified.
2760 2761 2762 2763 2764 2765 2766 |
# File 'lib/aws-sdk-xray/types.rb', line 2760 class SamplingRuleRecord < Struct.new( :sampling_rule, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#sampling_rule ⇒ Types::SamplingRule
The sampling rule.
2760 2761 2762 2763 2764 2765 2766 |
# File 'lib/aws-sdk-xray/types.rb', line 2760 class SamplingRuleRecord < Struct.new( :sampling_rule, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |