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

Class: Aws::ServiceQuotas::Types::RequestServiceQuotaIncreaseRequest

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

Overview

Note:

When passing RequestServiceQuotaIncreaseRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_code: "ServiceCode", # required
  quota_code: "QuotaCode", # required
  desired_value: 1.0, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#desired_valueFloat

Specifies the value submitted in the service quota increase request.

Returns:

  • (Float)

    Specifies the value submitted in the service quota increase request.

#quota_codeString

Specifies the service quota that you want to use.

Returns:

  • (String)

    Specifies the service quota that you want to use.

#service_codeString

Specifies the service that you want to use.

Returns:

  • (String)

    Specifies the service that you want to use.