DeleteProtectionRequest

public struct DeleteProtectionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier (ID) for the Protection object to be deleted.

    Declaration

    Swift

    public let protectionId: String
  • Undocumented

    Declaration

    Swift

    public init(protectionId: String)
  • Declaration

    Swift

    public func validate(name: String) throws