Class: Aws::Types::Limit
- Inherits:
-
Object
- Object
- Aws::Types::Limit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#max ⇒ ::Integer
Returns the value of attribute max.
354 355 356 |
# File 'sig/types.rbs', line 354 def max @max end |
#type ⇒ ::String
Returns the value of attribute type.
353 354 355 |
# File 'sig/types.rbs', line 353 def type @type end |