DeleteSystemTemplateRequest

public struct DeleteSystemTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the system to be deleted. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(id: String)
  • Declaration

    Swift

    public func validate(name: String) throws