Class: Aws::EKS::Types::InsightStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightStatus
- Includes:
- Structure
- Defined in:
- 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.
3460 3461 3462 3463 3464 3465 |
# File 'lib/aws-sdk-eks/types.rb', line 3460 class InsightStatus < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource.
3460 3461 3462 3463 3464 3465 |
# File 'lib/aws-sdk-eks/types.rb', line 3460 class InsightStatus < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |