Class: Aws::Types::PutOrganizationConfigRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_accounts::Array[::String]

Returns the value of attribute excluded_accounts.

Returns:

  • (::Array[::String])


1819
1820
1821
# File 'sig/types.rbs', line 1819

def excluded_accounts
  @excluded_accounts
end

#organization_config_rule_name::String

Returns the value of attribute organization_config_rule_name.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def organization_config_rule_name
  @organization_config_rule_name
end

#organization_custom_policy_rule_metadataTypes::OrganizationCustomPolicyRuleMetadata

Returns the value of attribute organization_custom_policy_rule_metadata.



1820
1821
1822
# File 'sig/types.rbs', line 1820

def 
  @organization_custom_policy_rule_metadata
end

#organization_custom_rule_metadataTypes::OrganizationCustomRuleMetadata

Returns the value of attribute organization_custom_rule_metadata.



1818
1819
1820
# File 'sig/types.rbs', line 1818

def 
  @organization_custom_rule_metadata
end

#organization_managed_rule_metadataTypes::OrganizationManagedRuleMetadata

Returns the value of attribute organization_managed_rule_metadata.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def 
  @organization_managed_rule_metadata
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1821
1822
1823
# File 'sig/types.rbs', line 1821

def tags
  @tags
end