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

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

Returns:

  • (String)


6599
6600
6601
6602
6603
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6599

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