Class: Aws::EKS::Types::AssociateEncryptionConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AssociateEncryptionConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update ⇒ Types::Update
An object representing an asynchronous update.
Instance Attribute Details
#update ⇒ Types::Update
An object representing an asynchronous update.
541 542 543 544 545 |
# File 'lib/aws-sdk-eks/types.rb', line 541 class AssociateEncryptionConfigResponse < Struct.new( :update) SENSITIVE = [] include Aws::Structure end |