Class: Aws::EKS::Types::DescribeInsightResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeInsightResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight ⇒ Types::Insight
The full description of the insight.
Instance Attribute Details
#insight ⇒ Types::Insight
The full description of the insight.
2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2595 class DescribeInsightResponse < Struct.new( :insight) SENSITIVE = [] include Aws::Structure end |