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
6123 6124 6125 6126 6127 |
# File 'lib/aws-sdk-eks/types.rb', line 6123 class UpdateClusterVersionResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |