Class: Aws::Batch::Types::ListQuotaSharesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ListQuotaSharesResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListQuotaSharesrequest. -
#quota_shares ⇒ Array<Types::QuotaShareDetail>
A list of quota shares that match the request.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future ListQuotaShares
request. When the results of a ListQuotaShares request exceed
maxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to
return.
7655 7656 7657 7658 7659 7660 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7655 class ListQuotaSharesResponse < Struct.new( :quota_shares, :next_token) SENSITIVE = [] include Aws::Structure end |
#quota_shares ⇒ Array<Types::QuotaShareDetail>
A list of quota shares that match the request.
7655 7656 7657 7658 7659 7660 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7655 class ListQuotaSharesResponse < Struct.new( :quota_shares, :next_token) SENSITIVE = [] include Aws::Structure end |