Class: Aws::EKS::Types::CancelUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CancelUpdateResponse
- 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.
1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-eks/types.rb', line 1001 class CancelUpdateResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |