Class: Humidifier::Config::OrganizationConfigRule
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Config::OrganizationConfigRule resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#excluded_accounts ⇒ Object
returns the ExcludedAccounts property.
-
#excluded_accounts=(value) ⇒ Object
sets the ExcludedAccounts property (List).
-
#organization_config_rule_name ⇒ Object
returns the OrganizationConfigRuleName property.
-
#organization_config_rule_name=(value) ⇒ Object
sets the OrganizationConfigRuleName property (String).
-
#organization_custom_code_rule_metadata ⇒ Object
returns the OrganizationCustomCodeRuleMetadata property.
-
#organization_custom_code_rule_metadata=(value) ⇒ Object
sets the OrganizationCustomCodeRuleMetadata property (Structure).
-
#organization_custom_rule_metadata ⇒ Object
returns the OrganizationCustomRuleMetadata property.
-
#organization_custom_rule_metadata=(value) ⇒ Object
sets the OrganizationCustomRuleMetadata property (Structure).
-
#organization_managed_rule_metadata ⇒ Object
returns the OrganizationManagedRuleMetadata property.
-
#organization_managed_rule_metadata=(value) ⇒ Object
sets the OrganizationManagedRuleMetadata property (Structure).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#excluded_accounts ⇒ Object
returns the ExcludedAccounts property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def excluded_accounts properties['excluded_accounts'] end |
#excluded_accounts=(value) ⇒ Object
sets the ExcludedAccounts property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def excluded_accounts=(value) update_property('excluded_accounts', value) end |
#organization_config_rule_name ⇒ Object
returns the OrganizationConfigRuleName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def organization_config_rule_name properties['organization_config_rule_name'] end |
#organization_config_rule_name=(value) ⇒ Object
sets the OrganizationConfigRuleName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def organization_config_rule_name=(value) update_property('organization_config_rule_name', value) end |
#organization_custom_code_rule_metadata ⇒ Object
returns the OrganizationCustomCodeRuleMetadata property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def properties['organization_custom_code_rule_metadata'] end |
#organization_custom_code_rule_metadata=(value) ⇒ Object
sets the OrganizationCustomCodeRuleMetadata property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def (value) update_property('organization_custom_code_rule_metadata', value) end |
#organization_custom_rule_metadata ⇒ Object
returns the OrganizationCustomRuleMetadata property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def properties['organization_custom_rule_metadata'] end |
#organization_custom_rule_metadata=(value) ⇒ Object
sets the OrganizationCustomRuleMetadata property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def (value) update_property('organization_custom_rule_metadata', value) end |
#organization_managed_rule_metadata ⇒ Object
returns the OrganizationManagedRuleMetadata property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def properties['organization_managed_rule_metadata'] end |
#organization_managed_rule_metadata=(value) ⇒ Object
sets the OrganizationManagedRuleMetadata property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def (value) update_property('organization_managed_rule_metadata', value) end |