Class: Aws::EKS::Types::DescribeAddonVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeAddonVersionsResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addons ⇒ Array<Types::AddonInfo>
The list of available versions with Kubernetes version compatibility and other properties.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureDescribeAddonVersionsrequest.
Instance Attribute Details
#addons ⇒ Array<Types::AddonInfo>
The list of available versions with Kubernetes version compatibility and other properties.
3486 3487 3488 3489 3490 3491 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3486 class DescribeAddonVersionsResponse < Struct.new( :addons, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken value to include in a future DescribeAddonVersions
request. When the results of a DescribeAddonVersions request
exceed maxResults, you can use this value to retrieve the next
page of results. This value is null when there are no more results
to return.
3486 3487 3488 3489 3490 3491 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3486 class DescribeAddonVersionsResponse < Struct.new( :addons, :next_token) SENSITIVE = [] include Aws::Structure end |