Class: Aws::EKS::Types::DeleteNodegroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nodegroupTypes::Nodegroup

The full description of your deleted node group.

Returns:



2035
2036
2037
2038
2039
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2035

class DeleteNodegroupResponse < Struct.new(
  :nodegroup)
  SENSITIVE = []
  include Aws::Structure
end