Class: Aws::EKS::Types::CreateNodegroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateNodegroupResponse
- Includes:
- Structure
- Defined in:
- 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.
2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-eks/types.rb', line 2064 class CreateNodegroupResponse < Struct.new( :nodegroup) SENSITIVE = [] include Aws::Structure end |