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

Class: Aws::ServiceQuotas::Types::GetServiceQuotaRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#quota_codeString

Identifies the service quota you want to select.

Returns:

  • (String)

    Identifies the service quota you want to select.

#service_codeString

Specifies the service that you want to use.

Returns:

  • (String)

    Specifies the service that you want to use.