Class: Aws::ServiceQuotas::Types::ListServiceQuotaIncreaseRequestsInTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ListServiceQuotaIncreaseRequestsInTemplateResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#service_quota_increase_request_in_template_list ⇒ Array<Types::ServiceQuotaIncreaseRequestInTemplate>
Information about the quota increase requests.
Instance Attribute Details
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.
599 600 601 602 603 604 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 599 class ListServiceQuotaIncreaseRequestsInTemplateResponse < Struct.new( :service_quota_increase_request_in_template_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_quota_increase_request_in_template_list ⇒ Array<Types::ServiceQuotaIncreaseRequestInTemplate>
Information about the quota increase requests.
599 600 601 602 603 604 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 599 class ListServiceQuotaIncreaseRequestsInTemplateResponse < Struct.new( :service_quota_increase_request_in_template_list, :next_token) SENSITIVE = [] include Aws::Structure end |