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)


4041
4042
4043
4044
4045
4046
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4041

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:



4041
4042
4043
4044
4045
4046
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4041

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