Class: Aws::EKS::Types::ListEksAnywhereSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ListEksAnywhereSubscriptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The nextToken value to include in a future ListEksAnywhereSubscriptions request.
-
#subscriptions ⇒ Array<Types::EksAnywhereSubscription>
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future ListEksAnywhereSubscriptions request. When the results of a ListEksAnywhereSubscriptions request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-eks/types.rb', line 4682 class ListEksAnywhereSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::EksAnywhereSubscription>
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.
4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-eks/types.rb', line 4682 class ListEksAnywhereSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |