Class: Aws::EKS::Types::ListFargateProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ListFargateProfilesResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fargate_profile_names ⇒ Array<String>
A list of all of the Fargate profiles associated with the specified cluster.
-
#next_token ⇒ String
The
nextToken
value returned from a previous paginated request, wheremaxResults
was used and the results exceeded the value of that parameter.
Instance Attribute Details
#fargate_profile_names ⇒ Array<String>
A list of all of the Fargate profiles associated with the specified cluster.
4558 4559 4560 4561 4562 4563 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4558 class ListFargateProfilesResponse < Struct.new( :fargate_profile_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
value returned from a previous paginated request,
where maxResults
was used and the results exceeded the value of
that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when
there are no more results to return.
4558 4559 4560 4561 4562 4563 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4558 class ListFargateProfilesResponse < Struct.new( :fargate_profile_names, :next_token) SENSITIVE = [] include Aws::Structure end |