Class: Aws::EKS::Types::StartInsightsRefreshRequest

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

Returns:

  • (String)


6522
6523
6524
6525
6526
# File 'lib/aws-sdk-eks/types.rb', line 6522

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