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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3736
3737
3738
3739
3740
# File 'lib/aws-sdk-eks/types.rb', line 3736

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