Class: Aws::Types::SpendLimit
- Inherits:
-
Object
- Object
- Aws::Types::SpendLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enforced_limit ⇒ ::Integer
Returns the value of attribute enforced_limit.
-
#max_limit ⇒ ::Integer
Returns the value of attribute max_limit.
-
#name ⇒ "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", ...
Returns the value of attribute name.
-
#overridden ⇒ Boolean
Returns the value of attribute overridden.
Instance Attribute Details
#enforced_limit ⇒ ::Integer
Returns the value of attribute enforced_limit.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def enforced_limit @enforced_limit end |
#max_limit ⇒ ::Integer
Returns the value of attribute max_limit.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def max_limit @max_limit end |
#name ⇒ "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", ...
Returns the value of attribute name.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def name @name end |
#overridden ⇒ Boolean
Returns the value of attribute overridden.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def overridden @overridden end |