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

Class: Aws::ServiceQuotas::Types::PutServiceQuotaIncreaseRequestIntoTemplateRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

Specifies the AWS Region for the quota.

Returns:

  • (String)

    Specifies the AWS Region for the quota.

#desired_valueFloat

Specifies the new, increased value for the quota.

Returns:

  • (Float)

    Specifies the new, increased value for the quota.

#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.