Class: Aws::EKS::Types::StartInsightsRefreshRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::StartInsightsRefreshRequest
- Includes:
- Structure
- Defined in:
- 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.
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 |