DeleteSnapshotRequest

public struct DeleteSnapshotRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the directory snapshot to be deleted.

    Declaration

    Swift

    public let snapshotId: String
  • Undocumented

    Declaration

    Swift

    public init(snapshotId: String)
  • Declaration

    Swift

    public func validate(name: String) throws