Class: Aws::EKS::Types::UpdateNodegroupConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateNodegroupConfigResponse
- 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.
6955 6956 6957 6958 6959 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6955 class UpdateNodegroupConfigResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |