Class: Aws::EKS::Types::InsightSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::InsightSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The summarized description of the insight.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #category  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The category of the insight.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the insight.
 - 
  
    
      #insight_status  ⇒ Types::InsightStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing more detail on the status of the insight.
 - 
  
    
      #kubernetes_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Kubernetes minor version associated with an insight if applicable.
 - 
  
    
      #last_refresh_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
 - 
  
    
      #last_transition_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the status of the insight last changed.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the insight.
 
Instance Attribute Details
#category ⇒ String
The category of the insight.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the insight.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#insight_status ⇒ Types::InsightStatus
An object containing more detail on the status of the insight.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#kubernetes_version ⇒ String
The Kubernetes minor version associated with an insight if applicable.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#last_refresh_time ⇒ Time
The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#last_transition_time ⇒ Time
The time the status of the insight last changed.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the insight.
      3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3308 class InsightSummary < Struct.new( :id, :name, :category, :kubernetes_version, :last_refresh_time, :last_transition_time, :description, :insight_status) SENSITIVE = [] include Aws::Structure end  |