Class: Aws::Types::OrganizationConfigRule

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])


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def organization_config_rule_name
  @organization_config_rule_name
end

#organization_custom_policy_rule_metadataTypes::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_metadataTypes::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_metadataTypes::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