Class: Aws::Types::AdditionalLimit
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_name ⇒ ::String
Returns the value of attribute limit_name.
-
#limit_values ⇒ ::Array[::String]
Returns the value of attribute limit_values.
Instance Attribute Details
#limit_name ⇒ ::String
Returns the value of attribute limit_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def limit_name @limit_name end |
#limit_values ⇒ ::Array[::String]
Returns the value of attribute limit_values.
38 39 40 |
# File 'sig/types.rbs', line 38 def limit_values @limit_values end |