Class: Aws::ServiceQuotas::Types::RequestServiceQuotaIncreaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::RequestServiceQuotaIncreaseResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#requested_quota ⇒ Types::RequestedServiceQuotaChange
Information about the quota increase request.
Instance Attribute Details
#requested_quota ⇒ Types::RequestedServiceQuotaChange
Information about the quota increase request.
982 983 984 985 986 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 982 class RequestServiceQuotaIncreaseResponse < Struct.new( :requested_quota) SENSITIVE = [] include Aws::Structure end |