Class: Aws::Types::CreateSamplingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSamplingRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sampling_rule ⇒ Types::SamplingRule
Returns the value of attribute sampling_rule.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#sampling_rule ⇒ Types::SamplingRule
Returns the value of attribute sampling_rule.
80 81 82 |
# File 'sig/types.rbs', line 80 def sampling_rule @sampling_rule end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
81 82 83 |
# File 'sig/types.rbs', line 81 def @tags end |