Class: Aws::EKS::Types::DeleteNodegroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteNodegroupResponse
- Defined in:
- gems/aws-sdk-eks/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.
2425 2426 2427 2428 2429 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2425 class DeleteNodegroupResponse < Struct.new( :nodegroup) SENSITIVE = [] include Aws::Structure end |