Class: Aws::EKS::Types::DescribeAddonVersionsResponse

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

#addonsArray<Types::AddonInfo>

The list of available versions with Kubernetes version compatibility and other properties.

Returns:



2338
2339
2340
2341
2342
2343
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2338

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

#next_tokenString

The nextToken value to include in a future DescribeAddonVersions request. When the results of a DescribeAddonVersions 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.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2338

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