Class: Aws::EKS::Types::UpdateNodegroupVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateNodegroupVersionResponse
- 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.
6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-eks/types.rb', line 6643 class UpdateNodegroupVersionResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |