Class: Aws::Types::OrganizationCustomPolicyRuleMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#debug_log_delivery_accounts::Array[::String]

Returns the value of attribute debug_log_delivery_accounts.

Returns:

  • (::Array[::String])


1665
1666
1667
# File 'sig/types.rbs', line 1665

def debug_log_delivery_accounts
  @debug_log_delivery_accounts
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def description
  @description
end

#input_parameters::String

Returns the value of attribute input_parameters.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def input_parameters
  @input_parameters
end

#maximum_execution_frequency"One_Hour", ...

Returns the value of attribute maximum_execution_frequency.

Returns:

  • ("One_Hour", "Three_Hours", "Six_Hours", "Twelve_Hours", "TwentyFour_Hours")


1658
1659
1660
# File 'sig/types.rbs', line 1658

def maximum_execution_frequency
  @maximum_execution_frequency
end

#organization_config_rule_trigger_types::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification")]

Returns the value of attribute organization_config_rule_trigger_types.

Returns:

  • (::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification")])


1656
1657
1658
# File 'sig/types.rbs', line 1656

def organization_config_rule_trigger_types
  @organization_config_rule_trigger_types
end

#policy_runtime::String

Returns the value of attribute policy_runtime.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def policy_runtime
  @policy_runtime
end

#policy_text::String

Returns the value of attribute policy_text.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def policy_text
  @policy_text
end

#resource_id_scope::String

Returns the value of attribute resource_id_scope.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def resource_id_scope
  @resource_id_scope
end

#resource_types_scope::Array[::String]

Returns the value of attribute resource_types_scope.

Returns:

  • (::Array[::String])


1659
1660
1661
# File 'sig/types.rbs', line 1659

def resource_types_scope
  @resource_types_scope
end

#tag_key_scope::String

Returns the value of attribute tag_key_scope.

Returns:

  • (::String)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def tag_key_scope
  @tag_key_scope
end

#tag_value_scope::String

Returns the value of attribute tag_value_scope.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def tag_value_scope
  @tag_value_scope
end