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)


3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3907

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:



3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3907

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