ParameterConstraints

public struct ParameterConstraints : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The values that the administrator has allowed for the parameter.

    Declaration

    Swift

    public let allowedValues: [String]?
  • Undocumented

    Declaration

    Swift

    public init(allowedValues: [String]? = nil)