Class: Aws::Types::QuotaInfo
- Inherits:
-
Object
- Object
- Aws::Types::QuotaInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
Instance Attribute Details
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
306 307 308 |
# File 'sig/types.rbs', line 306 def quota_code @quota_code end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def quota_name @quota_name end |