Class: Aws::EKS::Types::DescribeInsightResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insightTypes::Insight

The full description of the insight.

Returns:



2564
2565
2566
2567
2568
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2564

class DescribeInsightResponse < Struct.new(
  :insight)
  SENSITIVE = []
  include Aws::Structure
end