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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_accountsArray<String>

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

Returns:

  • (Array<String>)


5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
# File 'lib/aws-sdk-configservice/types.rb', line 5746

class OrganizationConfigRule < Struct.new(
  :organization_config_rule_name,
  :organization_config_rule_arn,
  :organization_managed_rule_metadata,
  :organization_custom_rule_metadata,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The timestamp of the last update.

Returns:

  • (Time)


5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
# File 'lib/aws-sdk-configservice/types.rb', line 5746

class OrganizationConfigRule < Struct.new(
  :organization_config_rule_name,
  :organization_config_rule_arn,
  :organization_managed_rule_metadata,
  :organization_custom_rule_metadata,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#organization_config_rule_arnString

Amazon Resource Name (ARN) of organization config rule.

Returns:

  • (String)


5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
# File 'lib/aws-sdk-configservice/types.rb', line 5746

class OrganizationConfigRule < Struct.new(
  :organization_config_rule_name,
  :organization_config_rule_arn,
  :organization_managed_rule_metadata,
  :organization_custom_rule_metadata,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#organization_config_rule_nameString

The name that you assign to organization config rule.

Returns:

  • (String)


5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
# File 'lib/aws-sdk-configservice/types.rb', line 5746

class OrganizationConfigRule < Struct.new(
  :organization_config_rule_name,
  :organization_config_rule_arn,
  :organization_managed_rule_metadata,
  :organization_custom_rule_metadata,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#organization_custom_rule_metadataTypes::OrganizationCustomRuleMetadata

An ‘OrganizationCustomRuleMetadata` object.



5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
# File 'lib/aws-sdk-configservice/types.rb', line 5746

class OrganizationConfigRule < Struct.new(
  :organization_config_rule_name,
  :organization_config_rule_arn,
  :organization_managed_rule_metadata,
  :organization_custom_rule_metadata,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#organization_managed_rule_metadataTypes::OrganizationManagedRuleMetadata

An ‘OrganizationManagedRuleMetadata` object.



5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
# File 'lib/aws-sdk-configservice/types.rb', line 5746

class OrganizationConfigRule < Struct.new(
  :organization_config_rule_name,
  :organization_config_rule_arn,
  :organization_managed_rule_metadata,
  :organization_custom_rule_metadata,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end