Class: Aws::EKS::Types::DeleteAddonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteAddonResponse
- Defined in:
- gems/aws-sdk-eks/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.
2322 2323 2324 2325 2326 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2322 class DeleteAddonResponse < Struct.new( :addon) SENSITIVE = [] include Aws::Structure end |