Class: Aws::Types::CreateCentralizationRuleForOrganizationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCentralizationRuleForOrganizationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule ⇒ Types::CentralizationRule
Returns the value of attribute rule.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#rule ⇒ Types::CentralizationRule
Returns the value of attribute rule.
104 105 106 |
# File 'sig/types.rbs', line 104 def rule @rule end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def rule_name @rule_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
105 106 107 |
# File 'sig/types.rbs', line 105 def @tags end |