Class: Aws::Types::CreateRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
136 137 138 |
# File 'sig/types.rbs', line 136 def change_token @change_token end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
134 135 136 |
# File 'sig/types.rbs', line 134 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def @tags end |