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

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

#cluster_versionsArray<Types::ClusterVersionInformation>

List of cluster version information objects.



2895
2896
2897
2898
2899
2900
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2895

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)


2895
2896
2897
2898
2899
2900
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2895

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