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_accountsArray<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_timeTime

The timestamp of the last update.

Returns:

  • (Time)

    The timestamp of the last update.

#organization_config_rule_arnString

Amazon Resource Name (ARN) of organization config rule.

Returns:

  • (String)

    Amazon Resource Name (ARN) of organization config rule.

#organization_config_rule_nameString

The name that you assign to organization config rule.

Returns:

  • (String)

    The name that you assign to organization config rule.

#organization_custom_rule_metadataTypes::OrganizationCustomRuleMetadata

An OrganizationCustomRuleMetadata object.

Returns:

#organization_managed_rule_metadataTypes::OrganizationManagedRuleMetadata

An OrganizationManagedRuleMetadata object.

Returns: