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

Class: Aws::ServiceQuotas::Types::DeleteServiceQuotaIncreaseRequestFromTemplateRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

Specifies the AWS Region for the quota that you want to delete.

Returns:

  • (String)

    Specifies the AWS Region for the quota that you want to delete.

#quota_codeString

Specifies the code for the quota that you want to delete.

Returns:

  • (String)

    Specifies the code for the quota that you want to delete.

#service_codeString

Specifies the code for the service that you want to delete.

Returns:

  • (String)

    Specifies the code for the service that you want to delete.