Class: Aws::EKS::Types::DescribeNodegroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 node group.

Returns:



2624
2625
2626
2627
2628
# File 'lib/aws-sdk-eks/types.rb', line 2624

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