Class: Aws::Types::ModifyUsageLimitMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyUsageLimitMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Integer
Returns the value of attribute amount.
-
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
-
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
Instance Attribute Details
#amount ⇒ ::Integer
Returns the value of attribute amount.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def breach_action @breach_action end |
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def usage_limit_id @usage_limit_id end |