Class: Aws::EKS::Types::DescribeUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeUpdateResponse
- Defined in:
- gems/aws-sdk-eks/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.
2885 2886 2887 2888 2889 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2885 class DescribeUpdateResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |