Class: Aws::EKS::Types::ListEksAnywhereSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ListEksAnywhereSubscriptionsResponse
- Defined in:
- gems/aws-sdk-eks/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.
4492 4493 4494 4495 4496 4497 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4492 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.
4492 4493 4494 4495 4496 4497 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4492 class ListEksAnywhereSubscriptionsResponse < Struct.new( :subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |