Class: Aws::EKS::Types::StartInsightsRefreshRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::StartInsightsRefreshRequest
- 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 for the refresh insights operation.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster for the refresh insights operation.
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 |