Class: Aws::EKS::Types::UpdateClusterVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateClusterVersionResponse
- Defined in:
- gems/aws-sdk-eks/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
6731 6732 6733 6734 6735 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6731 class UpdateClusterVersionResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |