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)


3070
3071
3072
3073
3074
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3070

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