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