Class: Aws::EKS::Types::DescribeClusterVersionsRequest

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_typeString

The type of cluster to filter versions by.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_versionsArray<String>

List of specific cluster versions to describe.

Returns:

  • (Array<String>)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#default_onlyBoolean

Filter to show only default versions.

Returns:

  • (Boolean)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#include_allBoolean

Include all available versions in the response.

Returns:

  • (Boolean)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return.

Returns:

  • (Integer)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token for the next set of results.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

This field is deprecated. Use ‘versionStatus` instead, as that field matches for input and output of this action.

Filter versions by their current status.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end

#version_statusString

Filter versions by their current status.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
# File 'lib/aws-sdk-eks/types.rb', line 2806

class DescribeClusterVersionsRequest < Struct.new(
  :cluster_type,
  :max_results,
  :next_token,
  :default_only,
  :include_all,
  :cluster_versions,
  :status,
  :version_status)
  SENSITIVE = []
  include Aws::Structure
end