Class: Aws::EKS::Types::DescribeInsightRequest

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

#cluster_nameString

The name of the cluster to describe the insight for.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2462

class DescribeInsightRequest < Struct.new(
  :cluster_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identity of the insight to describe.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2462

class DescribeInsightRequest < Struct.new(
  :cluster_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end