Class: Aws::Types::ServiceQuota
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuota
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustable ⇒ Boolean
Returns the value of attribute adjustable.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_reason ⇒ Types::ErrorReason
Returns the value of attribute error_reason.
-
#global_quota ⇒ Boolean
Returns the value of attribute global_quota.
-
#period ⇒ Types::QuotaPeriod
Returns the value of attribute period.
-
#quota_applied_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_applied_at_level.
-
#quota_arn ⇒ ::String
Returns the value of attribute quota_arn.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_context ⇒ Types::QuotaContextInfo
Returns the value of attribute quota_context.
-
#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.
-
#unit ⇒ ::String
Returns the value of attribute unit.
-
#usage_metric ⇒ Types::MetricInfo
Returns the value of attribute usage_metric.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#adjustable ⇒ Boolean
Returns the value of attribute adjustable.
389 390 391 |
# File 'sig/types.rbs', line 389 def adjustable @adjustable end |
#description ⇒ ::String
Returns the value of attribute description.
396 397 398 |
# File 'sig/types.rbs', line 396 def description @description end |
#error_reason ⇒ Types::ErrorReason
Returns the value of attribute error_reason.
393 394 395 |
# File 'sig/types.rbs', line 393 def error_reason @error_reason end |
#global_quota ⇒ Boolean
Returns the value of attribute global_quota.
390 391 392 |
# File 'sig/types.rbs', line 390 def global_quota @global_quota end |
#period ⇒ Types::QuotaPeriod
Returns the value of attribute period.
392 393 394 |
# File 'sig/types.rbs', line 392 def period @period end |
#quota_applied_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_applied_at_level.
394 395 396 |
# File 'sig/types.rbs', line 394 def quota_applied_at_level @quota_applied_at_level end |
#quota_arn ⇒ ::String
Returns the value of attribute quota_arn.
384 385 386 |
# File 'sig/types.rbs', line 384 def quota_arn @quota_arn end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
385 386 387 |
# File 'sig/types.rbs', line 385 def quota_code @quota_code end |
#quota_context ⇒ Types::QuotaContextInfo
Returns the value of attribute quota_context.
395 396 397 |
# File 'sig/types.rbs', line 395 def quota_context @quota_context end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
386 387 388 |
# File 'sig/types.rbs', line 386 def quota_name @quota_name end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
382 383 384 |
# File 'sig/types.rbs', line 382 def service_code @service_code end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
383 384 385 |
# File 'sig/types.rbs', line 383 def service_name @service_name end |
#unit ⇒ ::String
Returns the value of attribute unit.
388 389 390 |
# File 'sig/types.rbs', line 388 def unit @unit end |
#usage_metric ⇒ Types::MetricInfo
Returns the value of attribute usage_metric.
391 392 393 |
# File 'sig/types.rbs', line 391 def usage_metric @usage_metric end |
#value ⇒ ::Float
Returns the value of attribute value.
387 388 389 |
# File 'sig/types.rbs', line 387 def value @value end |