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

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

#addonTypes::Addon

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

Returns:



1263
1264
1265
1266
1267
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1263

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