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.



3610
3611
3612
3613
3614
3615
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3610

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)


3610
3611
3612
3613
3614
3615
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3610

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