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.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def enforced_limit @enforced_limit end |
#max_limit ⇒ ::Integer
Returns the value of attribute max_limit.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def max_limit @max_limit end |
#name ⇒ "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT", ...
Returns the value of attribute name.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def name @name end |
#overridden ⇒ Boolean
Returns the value of attribute overridden.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def overridden @overridden end |