Class: Aws::EKS::Types::DescribeClusterVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeClusterVersionsResponse
- Defined in:
- gems/aws-sdk-eks/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.
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_token ⇒ String
Pagination token for the next set of results.
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 |