Class: Aws::EKS::Types::CreateAddonResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addonTypes::Addon

An Amazon EKS add-on. For more information, see [Amazon EKS add-ons] in the *Amazon EKS User Guide*.

[1]: docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html

Returns:



1350
1351
1352
1353
1354
# File 'lib/aws-sdk-eks/types.rb', line 1350

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