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

#adjustableBoolean

Specifies if the quota value can be increased.

Returns:

  • (Boolean)

    Specifies if the quota value can be increased.

#error_reasonTypes::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_quotaBoolean

Specifies if the quota is global.

Returns:

  • (Boolean)

    Specifies if the quota is global.

#periodTypes::QuotaPeriod

Identifies the unit and value of how time is measured.

Returns:

#quota_arnString

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

Returns:

  • (String)

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

#quota_codeString

The code identifier for the service quota specified.

Returns:

  • (String)

    The code identifier for the service quota specified.

#quota_nameString

The name identifier of the service quota.

Returns:

  • (String)

    The name identifier of the service quota.

#service_codeString

Specifies the service that you want to use.

Returns:

  • (String)

    Specifies the service that you want to use.

#service_nameString

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

Returns:

  • (String)

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

#unitString

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_metricTypes::MetricInfo

Specifies the details about the measurement.

Returns:

#valueFloat

The value of service quota.

Returns:

  • (Float)

    The value of service quota.