Class: Aws::EKS::Types::InsightSummary

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

Overview

The summarized description of the insight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of the insight.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

class InsightSummary < Struct.new(
  :id,
  :name,
  :category,
  :kubernetes_version,
  :last_refresh_time,
  :last_transition_time,
  :description,
  :insight_status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

class InsightSummary < Struct.new(
  :id,
  :name,
  :category,
  :kubernetes_version,
  :last_refresh_time,
  :last_transition_time,
  :description,
  :insight_status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the insight.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

class InsightSummary < Struct.new(
  :id,
  :name,
  :category,
  :kubernetes_version,
  :last_refresh_time,
  :last_transition_time,
  :description,
  :insight_status)
  SENSITIVE = []
  include Aws::Structure
end

#insight_statusTypes::InsightStatus

An object containing more detail on the status of the insight.



3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

class InsightSummary < Struct.new(
  :id,
  :name,
  :category,
  :kubernetes_version,
  :last_refresh_time,
  :last_transition_time,
  :description,
  :insight_status)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_versionString

The Kubernetes minor version associated with an insight if applicable.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

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_timeTime

The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.

Returns:

  • (Time)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

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_timeTime

The time the status of the insight last changed.

Returns:

  • (Time)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

class InsightSummary < Struct.new(
  :id,
  :name,
  :category,
  :kubernetes_version,
  :last_refresh_time,
  :last_transition_time,
  :description,
  :insight_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the insight.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3143

class InsightSummary < Struct.new(
  :id,
  :name,
  :category,
  :kubernetes_version,
  :last_refresh_time,
  :last_transition_time,
  :description,
  :insight_status)
  SENSITIVE = []
  include Aws::Structure
end