You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceQuotas::Types::ServiceQuota

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure that contains the full set of details that define the service quota.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#adjustable ⇒ Boolean

Specifies if the quota value can be increased.

Returns:

  • (Boolean) —

    Specifies if the quota value can be increased.

#error_reason ⇒ Types::ErrorReason

Specifies the ErrorCode and ErrorMessage when success isn\'t achieved.

Returns:

  • (Types::ErrorReason) —

    Specifies the ErrorCode and ErrorMessage when success isn\'t achieved.

#global_quota ⇒ Boolean

Specifies if the quota is global.

Returns:

  • (Boolean) —

    Specifies if the quota is global.

#period ⇒ Types::QuotaPeriod

Identifies the unit and value of how time is measured.

Returns:

#quota_arn ⇒ String

The Amazon Resource Name (ARN) of the service quota.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the service quota.

#quota_code ⇒ String

The code identifier for the service quota specified.

Returns:

  • (String) —

    The code identifier for the service quota specified.

#quota_name ⇒ String

The name identifier of the service quota.

Returns:

  • (String) —

    The name identifier of the service quota.

#service_code ⇒ String

Specifies the service that you want to use.

Returns:

  • (String) —

    Specifies the service that you want to use.

#service_name ⇒ String

The name of the AWS service specified in the increase request.

Returns:

  • (String) —

    The name of the AWS service specified in the increase request.

#unit ⇒ String

The unit of measurement for the value of the service quota.

Returns:

  • (String) —

    The unit of measurement for the value of the service quota.

#usage_metric ⇒ Types::MetricInfo

Specifies the details about the measurement.

Returns:

#value ⇒ Float

The value of service quota.

Returns:

  • (Float) —

    The value of service quota.