Class: Aws::EKS::Types::DescribeClusterVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_versionsArray<Types::ClusterVersionInformation>

List of cluster version information objects.



2798
2799
2800
2801
2802
2803
# File 'lib/aws-sdk-eks/types.rb', line 2798

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

#next_tokenString

Pagination token for the next set of results.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
# File 'lib/aws-sdk-eks/types.rb', line 2798

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