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:



2581
2582
2583
2584
2585
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2581

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