Class: Aws::EKS::Types::DescribeUpdateResponse

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:



2739
2740
2741
2742
2743
# File 'lib/aws-sdk-eks/types.rb', line 2739

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