Class: Aws::EKS::Types::InsightsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightsFilter
- 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
-
#categories ⇒ Array<String>
The categories to use to filter insights.
-
#kubernetes_versions ⇒ Array<String>
The Kubernetes versions to use to filter the insights.
-
#statuses ⇒ Array<String>
The statuses to use to filter the insights.
Instance Attribute Details
#categories ⇒ Array<String>
The categories to use to filter insights.
3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3337 class InsightsFilter < Struct.new( :categories, :kubernetes_versions, :statuses) SENSITIVE = [] include Aws::Structure end |
#kubernetes_versions ⇒ Array<String>
The Kubernetes versions to use to filter the insights.
3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3337 class InsightsFilter < Struct.new( :categories, :kubernetes_versions, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<String>
The statuses to use to filter the insights.
3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3337 class InsightsFilter < Struct.new( :categories, :kubernetes_versions, :statuses) SENSITIVE = [] include Aws::Structure end |