Class: Aws::Types::OrganizationCustomPolicyRuleMetadata
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationCustomPolicyRuleMetadata
- 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.
-
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
-
#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.
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.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def description @description end |
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
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.
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.
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.
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.
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.
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.
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.
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.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def tag_value_scope @tag_value_scope end |