Class: Aws::XRay::Types::SamplingRuleRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::SamplingRuleRecord
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
A SamplingRule and its metadata.
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.
2878 2879 2880 2881 2882 2883 2884 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2878 class SamplingRuleRecord < Struct.new( :sampling_rule, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
When the rule was last modified.
2878 2879 2880 2881 2882 2883 2884 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2878 class SamplingRuleRecord < Struct.new( :sampling_rule, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#sampling_rule ⇒ Types::SamplingRule
The sampling rule.
2878 2879 2880 2881 2882 2883 2884 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2878 class SamplingRuleRecord < Struct.new( :sampling_rule, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |