Class: Aws::EKS::Types::UpdateNodegroupVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateNodegroupVersionResponse
- Defined in:
- gems/aws-sdk-eks/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.
7052 7053 7054 7055 7056 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7052 class UpdateNodegroupVersionResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |