DisassociateNodeResponse

public struct DisassociateNodeResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.

    Declaration

    Swift

    public let nodeAssociationStatusToken: String?
  • Undocumented

    Declaration

    Swift

    public init(nodeAssociationStatusToken: String? = nil)