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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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:



3048
3049
3050
3051
3052
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3048

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