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

Class: Aws::ServiceQuotas::Types::ServiceQuotaIncreaseRequestInTemplate

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

The AWS Region where the increase request occurs.

Returns:

  • (String)

    The AWS Region where the increase request occurs.

#desired_valueFloat

Identifies the new, increased value of the service quota in the increase request.

Returns:

  • (Float)

    Identifies the new, increased value of the service quota in the increase request.

#global_quotaBoolean

Specifies if the quota is a global quota.

Returns:

  • (Boolean)

    Specifies if the quota is a global quota.

#quota_codeString

The code identifier for the service quota specified in the increase request.

Returns:

  • (String)

    The code identifier for the service quota specified in the increase request.

#quota_nameString

The name of the service quota in the increase request.

Returns:

  • (String)

    The name of the service quota in the increase request.

#service_codeString

The code identifier for the AWS service specified in the increase request.

Returns:

  • (String)

    The code identifier for the AWS service specified in the increase request.

#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 measure for the increase request.

Returns:

  • (String)

    The unit of measure for the increase request.