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

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 node group.

Returns:



2504
2505
2506
2507
2508
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2504

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