Class: Aws::Types::UpdateTelemetryRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTelemetryRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule ⇒ Types::TelemetryRule
Returns the value of attribute rule.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
Instance Attribute Details
#rule ⇒ Types::TelemetryRule
Returns the value of attribute rule.
748 749 750 |
# File 'sig/types.rbs', line 748 def rule @rule end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
747 748 749 |
# File 'sig/types.rbs', line 747 def rule_identifier @rule_identifier end |