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.
706 707 708 |
# File 'sig/types.rbs', line 706 def rule @rule end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
705 706 707 |
# File 'sig/types.rbs', line 705 def rule_identifier @rule_identifier end |