Class: Aws::EKS::Types::InsightStatus

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

Overview

The status of the insight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

Explanation on the reasoning for the status of the resource.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3096

class InsightStatus < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resource.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3096

class InsightStatus < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end