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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4481
4482
4483
4484
4485
4486
# File 'lib/aws-sdk-eks/types.rb', line 4481

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)


4481
4482
4483
4484
4485
4486
# File 'lib/aws-sdk-eks/types.rb', line 4481

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