Class: Aws::EKS::Types::DescribeInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeInsightRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the cluster to describe the insight for.
-
#id ⇒ String
The identity of the insight to describe.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster to describe the insight for.
2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-eks/types.rb', line 2582 class DescribeInsightRequest < Struct.new( :cluster_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identity of the insight to describe.
2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-eks/types.rb', line 2582 class DescribeInsightRequest < Struct.new( :cluster_name, :id) SENSITIVE = [] include Aws::Structure end |