Class: Aws::EKS::Types::DescribeInsightsRefreshRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeInsightsRefreshRequest
- 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 associated with the insights refresh operation.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster associated with the insights refresh operation.
3736 3737 3738 3739 3740 |
# File 'lib/aws-sdk-eks/types.rb', line 3736 class DescribeInsightsRefreshRequest < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |