DescribeNodegroupRequest

public struct DescribeNodegroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Amazon EKS cluster associated with the node group.

    Declaration

    Swift

    public let clusterName: String
  • The name of the node group to describe.

    Declaration

    Swift

    public let nodegroupName: String
  • Undocumented

    Declaration

    Swift

    public init(clusterName: String, nodegroupName: String)