Class: Aws::EKS::Types::UpdateClusterConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateClusterConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update ⇒ Types::Update
An object representing an asynchronous update.
Instance Attribute Details
#update ⇒ Types::Update
An object representing an asynchronous update.
6384 6385 6386 6387 6388 |
# File 'lib/aws-sdk-eks/types.rb', line 6384 class UpdateClusterConfigResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |