Class: Aws::Types::CreateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleRequest
- 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.
141 142 143 |
# File 'sig/types.rbs', line 141 def change_token @change_token end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
139 140 141 |
# File 'sig/types.rbs', line 139 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
142 143 144 |
# File 'sig/types.rbs', line 142 def @tags end |