DescribeUpdateRequest

public struct DescribeUpdateRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let name: String
  • The name of the Amazon EKS node group associated with the update.

    Declaration

    Swift

    public let nodegroupName: String?
  • The ID of the update to describe.

    Declaration

    Swift

    public let updateId: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, nodegroupName: String? = nil, updateId: String)