Class: Aws::ServiceQuotas::Types::GetAWSDefaultServiceQuotaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetAWSDefaultServiceQuotaRequest
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quota_code ⇒ String
Specifies the quota identifier.
-
#service_code ⇒ String
Specifies the service identifier.
Instance Attribute Details
#quota_code ⇒ String
Specifies the quota identifier. To find the quota code for a
specific quota, use the ListServiceQuotas operation, and look for
the QuotaCode
response in the output for the quota you want.
167 168 169 170 171 172 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 167 class GetAWSDefaultServiceQuotaRequest < Struct.new( :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
167 168 169 170 171 172 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 167 class GetAWSDefaultServiceQuotaRequest < Struct.new( :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |