DeleteParametersRequest

public struct DeleteParametersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the parameters to delete.

    Declaration

    Swift

    public let names: [String]
  • Undocumented

    Declaration

    Swift

    public init(names: [String])
  • Declaration

    Swift

    public func validate(name: String) throws