Class: Aws::EKS::Types::ListEksAnywhereSubscriptionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4110

class ListEksAnywhereSubscriptionsResponse < Struct.new(
  :subscriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#subscriptionsArray<Types::EksAnywhereSubscription>

A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.

Returns:



4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4110

class ListEksAnywhereSubscriptionsResponse < Struct.new(
  :subscriptions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end