Class: Aws::EKS::Types::CancelUpdateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#updateTypes::Update

The full description of the specified update.

Returns:



1071
1072
1073
1074
1075
# File 'lib/aws-sdk-eks/types.rb', line 1071

class CancelUpdateResponse < Struct.new(
  :update)
  SENSITIVE = []
  include Aws::Structure
end