Class: Aws::EKS::Types::UpdateClusterVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateClusterVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update ⇒ Types::Update
The full description of the specified update.
Instance Attribute Details
#update ⇒ Types::Update
The full description of the specified update
6052 6053 6054 6055 6056 |
# File 'lib/aws-sdk-eks/types.rb', line 6052 class UpdateClusterVersionResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |