Class: Aws::Types::UpdateCentralizationRuleForOrganizationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCentralizationRuleForOrganizationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule ⇒ Types::CentralizationRule
Returns the value of attribute rule.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
Instance Attribute Details
#rule ⇒ Types::CentralizationRule
Returns the value of attribute rule.
717 718 719 |
# File 'sig/types.rbs', line 717 def rule @rule end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
716 717 718 |
# File 'sig/types.rbs', line 716 def rule_identifier @rule_identifier end |