Class: Aws::Types::OrganizationConfigRule
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationConfigRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#organization_config_rule_arn ⇒ ::String
Returns the value of attribute organization_config_rule_arn.
-
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
-
#organization_custom_policy_rule_metadata ⇒ Types::OrganizationCustomPolicyRuleMetadataNoPolicy
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.
Instance Attribute Details
#excluded_accounts ⇒ ::Array[::String]
Returns the value of attribute excluded_accounts.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def excluded_accounts @excluded_accounts end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def last_update_time @last_update_time end |
#organization_config_rule_arn ⇒ ::String
Returns the value of attribute organization_config_rule_arn.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def organization_config_rule_arn @organization_config_rule_arn end |
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def organization_config_rule_name @organization_config_rule_name end |
#organization_custom_policy_rule_metadata ⇒ Types::OrganizationCustomPolicyRuleMetadataNoPolicy
Returns the value of attribute organization_custom_policy_rule_metadata.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def @organization_custom_policy_rule_metadata end |
#organization_custom_rule_metadata ⇒ Types::OrganizationCustomRuleMetadata
Returns the value of attribute organization_custom_rule_metadata.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def @organization_custom_rule_metadata end |
#organization_managed_rule_metadata ⇒ Types::OrganizationManagedRuleMetadata
Returns the value of attribute organization_managed_rule_metadata.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def @organization_managed_rule_metadata end |