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.
95 96 97 |
# File 'sig/types.rbs', line 95 def limit_name @limit_name end |
#limit_values ⇒ ::Array[::String]
Returns the value of attribute limit_values.
96 97 98 |
# File 'sig/types.rbs', line 96 def limit_values @limit_values end |