Class: Aws::EKS::Types::CreateAddonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateAddonResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon ⇒ Types::Addon
An Amazon EKS add-on.
Instance Attribute Details
#addon ⇒ Types::Addon
An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-eks/types.rb', line 2268 class CreateAddonResponse < Struct.new( :addon) SENSITIVE = [] include Aws::Structure end |