Class: Aws::EKS::Types::DescribeUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeUpdateResponse
- 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.
2880 2881 2882 2883 2884 |
# File 'lib/aws-sdk-eks/types.rb', line 2880 class DescribeUpdateResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |