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.
1385 1386 1387 1388 1389 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1385 class DeleteNodegroupResponse < Struct.new( :nodegroup) SENSITIVE = [] include Aws::Structure end |