Class: Aws::EKS::Types::CreateNodegroupResponse

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

Returns:



1772
1773
1774
1775
1776
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1772

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