Class: Aws::Types::DeleteSamplingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSamplingRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
109 110 111 |
# File 'sig/types.rbs', line 109 def rule_name @rule_name end |