Class: Aws::Types::PutOrganizationConfigRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutOrganizationConfigRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
-
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
-
#organization_custom_policy_rule_metadata ⇒ Types::OrganizationCustomPolicyRuleMetadata
Returns the value of attribute organization_custom_policy_rule_metadata.
-
#organization_custom_rule_metadata ⇒ Types::OrganizationCustomRuleMetadata
Returns the value of attribute organization_custom_rule_metadata.
-
#organization_managed_rule_metadata ⇒ Types::OrganizationManagedRuleMetadata
Returns the value of attribute organization_managed_rule_metadata.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def excluded_accounts @excluded_accounts end |
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def organization_config_rule_name @organization_config_rule_name end |
#organization_custom_policy_rule_metadata ⇒ Types::OrganizationCustomPolicyRuleMetadata
Returns the value of attribute organization_custom_policy_rule_metadata.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def @organization_custom_policy_rule_metadata end |
#organization_custom_rule_metadata ⇒ Types::OrganizationCustomRuleMetadata
Returns the value of attribute organization_custom_rule_metadata.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def @organization_custom_rule_metadata end |
#organization_managed_rule_metadata ⇒ Types::OrganizationManagedRuleMetadata
Returns the value of attribute organization_managed_rule_metadata.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def @organization_managed_rule_metadata end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def @tags end |