You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::OrganizationConfigRule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An organization config rule that has information about config rules that AWS Config creates in member accounts.

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_accounts ⇒ Array<String>

A comma-separated list of accounts excluded from organization config rule.

Returns:

  • (Array<String>) —

    A comma-separated list of accounts excluded from organization config rule.

#last_update_time ⇒ Time

The timestamp of the last update.

Returns:

  • (Time) —

    The timestamp of the last update.

#organization_config_rule_arn ⇒ String

Amazon Resource Name (ARN) of organization config rule.

Returns:

  • (String) —

    Amazon Resource Name (ARN) of organization config rule.

#organization_config_rule_name ⇒ String

The name that you assign to organization config rule.

Returns:

  • (String) —

    The name that you assign to organization config rule.

#organization_custom_rule_metadata ⇒ Types::OrganizationCustomRuleMetadata

An OrganizationCustomRuleMetadata object.

Returns:

#organization_managed_rule_metadata ⇒ Types::OrganizationManagedRuleMetadata

An OrganizationManagedRuleMetadata object.

Returns: