Class: Aws::Types::OrganizationManagedRuleMetadata
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationManagedRuleMetadata
- 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.
-
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
-
#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.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
-
#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.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def description @description end |
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def input_parameters @input_parameters end |
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def maximum_execution_frequency @maximum_execution_frequency end |
#resource_id_scope ⇒ ::String
Returns the value of attribute resource_id_scope.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def resource_id_scope @resource_id_scope end |
#resource_types_scope ⇒ ::Array[::String]
Returns the value of attribute resource_types_scope.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def resource_types_scope @resource_types_scope end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def rule_identifier @rule_identifier end |
#tag_key_scope ⇒ ::String
Returns the value of attribute tag_key_scope.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def tag_key_scope @tag_key_scope end |
#tag_value_scope ⇒ ::String
Returns the value of attribute tag_value_scope.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def tag_value_scope @tag_value_scope end |