Class: Aws::EKS::Types::ListInsightsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insightsArray<Types::InsightSummary>

The returned list of insights.

Returns:



4098
4099
4100
4101
4102
4103
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4098

class ListInsightsResponse < Struct.new(
  :insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken value to include in a future ListInsights request. When the results of a ListInsights 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.

Returns:

  • (String)


4098
4099
4100
4101
4102
4103
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4098

class ListInsightsResponse < Struct.new(
  :insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end