Class: Aws::EKS::Types::CreateNodegroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateNodegroupResponse
- 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 new node group.
Instance Attribute Details
#nodegroup ⇒ Types::Nodegroup
The full description of your new node group.
1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1923 class CreateNodegroupResponse < Struct.new( :nodegroup) SENSITIVE = [] include Aws::Structure end |