Class: Aws::Types::OrganizationCustomPolicyRuleMetadataNoPolicy

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


1679
1680
1681
# File 'sig/types.rbs', line 1679

def debug_log_delivery_accounts
  @debug_log_delivery_accounts
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def description
  @description
end

#input_parameters::String

Returns the value of attribute input_parameters.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

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


1673
1674
1675
# File 'sig/types.rbs', line 1673

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


1671
1672
1673
# File 'sig/types.rbs', line 1671

def organization_config_rule_trigger_types
  @organization_config_rule_trigger_types
end

#policy_runtime::String

Returns the value of attribute policy_runtime.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def policy_runtime
  @policy_runtime
end

#resource_id_scope::String

Returns the value of attribute resource_id_scope.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def resource_id_scope
  @resource_id_scope
end

#resource_types_scope::Array[::String]

Returns the value of attribute resource_types_scope.

Returns:

  • (::Array[::String])


1674
1675
1676
# File 'sig/types.rbs', line 1674

def resource_types_scope
  @resource_types_scope
end

#tag_key_scope::String

Returns the value of attribute tag_key_scope.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def tag_key_scope
  @tag_key_scope
end

#tag_value_scope::String

Returns the value of attribute tag_value_scope.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def tag_value_scope
  @tag_value_scope
end