Class: Aws::EKS::Types::DescribeClusterVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeClusterVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_versions ⇒ Array<Types::ClusterVersionInformation>
List of cluster version information objects.
-
#next_token ⇒ String
Pagination token for the next set of results.
Instance Attribute Details
#cluster_versions ⇒ Array<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_token ⇒ String
Pagination token for the next set of results.
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 |