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.
106 107 108 |
# File 'sig/types.rbs', line 106 def rule @rule end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def rule_name @rule_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
107 108 109 |
# File 'sig/types.rbs', line 107 def @tags end |