Class: Aws::Types::OrganizationCustomPolicyRuleMetadataNoPolicy
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationCustomPolicyRuleMetadataNoPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#debug_log_delivery_accounts ⇒ ::Array[::String]
Returns the value of attribute debug_log_delivery_accounts.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
-
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
-
#organization_config_rule_trigger_types ⇒ ::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification")]
Returns the value of attribute organization_config_rule_trigger_types.
-
#policy_runtime ⇒ ::String
Returns the value of attribute policy_runtime.
-
#resource_id_scope ⇒ ::String
Returns the value of attribute resource_id_scope.
-
#resource_types_scope ⇒ ::Array[::String]
Returns the value of attribute resource_types_scope.
-
#tag_key_scope ⇒ ::String
Returns the value of attribute tag_key_scope.
-
#tag_value_scope ⇒ ::String
Returns the value of attribute tag_value_scope.
Instance Attribute Details
#debug_log_delivery_accounts ⇒ ::Array[::String]
Returns the value of attribute debug_log_delivery_accounts.
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.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def description @description end |
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
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.
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.
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.
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.
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.
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.
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.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def tag_value_scope @tag_value_scope end |