ParameterConstraints
public struct ParameterConstraints : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether or not the parameter is required.
Declaration
Swift
public let required: Bool? -
Undocumented
Declaration
Swift
public init(required: Bool? = nil)
View on GitHub
ParameterConstraints Structure Reference