DescribeNodeAssociationStatusRequest

public struct DescribeNodeAssociationStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

    Declaration

    Swift

    public let nodeAssociationStatusToken: String
  • The name of the server from which to disassociate the node.

    Declaration

    Swift

    public let serverName: String
  • Undocumented

    Declaration

    Swift

    public init(nodeAssociationStatusToken: String, serverName: String)
  • Declaration

    Swift

    public func validate(name: String) throws