Class: Aws::ServiceQuotas::Types::GetRequestedServiceQuotaChangeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetRequestedServiceQuotaChangeRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
Specifies the ID of the quota increase request.
Instance Attribute Details
#request_id ⇒ String
Specifies the ID of the quota increase request.
195 196 197 198 199 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 195 class GetRequestedServiceQuotaChangeRequest < Struct.new( :request_id) SENSITIVE = [] include Aws::Structure end |