Class: Aws::Types::StorageTypeLimit
- Inherits:
-
Object
- Object
- Aws::Types::StorageTypeLimit
- 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.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def limit_name @limit_name end |
#limit_values ⇒ ::Array[::String]
Returns the value of attribute limit_values.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def limit_values @limit_values end |