Class: Aws::Types::SamplingRuleRecord
- Inherits:
-
Object
- Object
- Aws::Types::SamplingRuleRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#sampling_rule ⇒ Types::SamplingRule
Returns the value of attribute sampling_rule.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
812 813 814 |
# File 'sig/types.rbs', line 812 def created_at @created_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
813 814 815 |
# File 'sig/types.rbs', line 813 def modified_at @modified_at end |
#sampling_rule ⇒ Types::SamplingRule
Returns the value of attribute sampling_rule.
811 812 813 |
# File 'sig/types.rbs', line 811 def sampling_rule @sampling_rule end |