Class: Aws::EKS::Types::DescribeNodegroupRequest

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

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
# File 'lib/aws-sdk-eks/types.rb', line 2491

class DescribeNodegroupRequest < Struct.new(
  :cluster_name,
  :nodegroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#nodegroup_nameString

The name of the node group to describe.

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
# File 'lib/aws-sdk-eks/types.rb', line 2491

class DescribeNodegroupRequest < Struct.new(
  :cluster_name,
  :nodegroup_name)
  SENSITIVE = []
  include Aws::Structure
end