Class: Aws::EKS::Types::DeleteNodegroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteNodegroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nodegroup ⇒ Types::Nodegroup
The full description of your deleted node group.
Instance Attribute Details
#nodegroup ⇒ Types::Nodegroup
The full description of your deleted node group.
2327 2328 2329 2330 2331 |
# File 'lib/aws-sdk-eks/types.rb', line 2327 class DeleteNodegroupResponse < Struct.new( :nodegroup) SENSITIVE = [] include Aws::Structure end |