Class: Aws::EKS::Types::InsightsFilter

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

Overview

The criteria to use for the insights.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesArray<String>

The categories to use to filter insights.

Returns:

  • (Array<String>)


3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3172

class InsightsFilter < Struct.new(
  :categories,
  :kubernetes_versions,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_versionsArray<String>

The Kubernetes versions to use to filter the insights.

Returns:

  • (Array<String>)


3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3172

class InsightsFilter < Struct.new(
  :categories,
  :kubernetes_versions,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

The statuses to use to filter the insights.

Returns:

  • (Array<String>)


3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3172

class InsightsFilter < Struct.new(
  :categories,
  :kubernetes_versions,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end