Class: Aws::Types::UpdateTelemetryRuleForOrganizationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTelemetryRuleForOrganizationInput
- 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.
726 727 728 |
# File 'sig/types.rbs', line 726 def rule @rule end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
725 726 727 |
# File 'sig/types.rbs', line 725 def rule_identifier @rule_identifier end |