Class: Aws::EKS::Types::DescribeInsightsRefreshRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeInsightsRefreshRequest
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the cluster associated with the insights refresh operation.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster associated with the insights refresh operation.
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 |