Class: Aws::Types::UpdateUsageLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUsageLimitRequest
- 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.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def amount @amount end |
#breach_action ⇒ "log", ...
Returns the value of attribute breach_action.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def breach_action @breach_action end |
#usage_limit_id ⇒ ::String
Returns the value of attribute usage_limit_id.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def usage_limit_id @usage_limit_id end |