Class: Aws::EKS::Types::InsightStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightStatus
- 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
-
#reason ⇒ String
Explanation on the reasoning for the status of the resource.
-
#status ⇒ String
The status of the resource.
Instance Attribute Details
#reason ⇒ String
Explanation on the reasoning for the status of the resource.
3465 3466 3467 3468 3469 3470 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3465 class InsightStatus < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource.
3465 3466 3467 3468 3469 3470 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3465 class InsightStatus < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |