Class: Aws::EKS::Types::AssociateEncryptionConfigResponse

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

An object representing an asynchronous update.

Returns:



468
469
470
471
472
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 468

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