Class: Aws::EKS::Types::DescribeInsightsRefreshRequest

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 associated with the insights refresh operation.

Returns:

  • (String)


3757
3758
3759
3760
3761
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3757

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