Class: Aws::Types::OrganizationCustomRuleMetadata
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationCustomRuleMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
-
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
-
#organization_config_rule_trigger_types ⇒ ::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification" | "ScheduledNotification")]
Returns the value of attribute organization_config_rule_trigger_types.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def description @description end |
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def input_parameters @input_parameters end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def lambda_function_arn @lambda_function_arn end |
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def maximum_execution_frequency @maximum_execution_frequency end |
#organization_config_rule_trigger_types ⇒ ::Array[("ConfigurationItemChangeNotification" | "OversizedConfigurationItemChangeNotification" | "ScheduledNotification")]
Returns the value of attribute organization_config_rule_trigger_types.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def organization_config_rule_trigger_types @organization_config_rule_trigger_types end |
#resource_id_scope ⇒ ::String
Returns the value of attribute resource_id_scope.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def resource_id_scope @resource_id_scope end |
#resource_types_scope ⇒ ::Array[::String]
Returns the value of attribute resource_types_scope.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def resource_types_scope @resource_types_scope end |
#tag_key_scope ⇒ ::String
Returns the value of attribute tag_key_scope.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def tag_key_scope @tag_key_scope end |
#tag_value_scope ⇒ ::String
Returns the value of attribute tag_value_scope.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def tag_value_scope @tag_value_scope end |