Class: Aws::EKS::Types::ListCapabilitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ListCapabilitiesResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<Types::CapabilitySummary>
A list of capability summary objects, each containing basic information about a capability including its name, ARN, type, status, version, and timestamps.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListCapabilitiesrequest.
Instance Attribute Details
#capabilities ⇒ Array<Types::CapabilitySummary>
A list of capability summary objects, each containing basic information about a capability including its name, ARN, type, status, version, and timestamps.
5796 5797 5798 5799 5800 5801 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5796 class ListCapabilitiesResponse < Struct.new( :capabilities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken value to include in a future ListCapabilities
request. When the results of a ListCapabilities 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.
5796 5797 5798 5799 5800 5801 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5796 class ListCapabilitiesResponse < Struct.new( :capabilities, :next_token) SENSITIVE = [] include Aws::Structure end |