Class: Aws::Types::QuotaUtilizationInfo
- Inherits:
-
Object
- Object
- Aws::Types::QuotaUtilizationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustable ⇒ Boolean
Returns the value of attribute adjustable.
-
#applied_value ⇒ ::Float
Returns the value of attribute applied_value.
-
#default_value ⇒ ::Float
Returns the value of attribute default_value.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#utilization ⇒ ::Float
Returns the value of attribute utilization.
Instance Attribute Details
#adjustable ⇒ Boolean
Returns the value of attribute adjustable.
326 327 328 |
# File 'sig/types.rbs', line 326 def adjustable @adjustable end |
#applied_value ⇒ ::Float
Returns the value of attribute applied_value.
324 325 326 |
# File 'sig/types.rbs', line 324 def applied_value @applied_value end |
#default_value ⇒ ::Float
Returns the value of attribute default_value.
323 324 325 |
# File 'sig/types.rbs', line 323 def default_value @default_value end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
321 322 323 |
# File 'sig/types.rbs', line 321 def namespace @namespace end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
318 319 320 |
# File 'sig/types.rbs', line 318 def quota_code @quota_code end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def quota_name @quota_name end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
319 320 321 |
# File 'sig/types.rbs', line 319 def service_code @service_code end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def service_name @service_name end |
#utilization ⇒ ::Float
Returns the value of attribute utilization.
322 323 324 |
# File 'sig/types.rbs', line 322 def utilization @utilization end |