DocumentParameter
public struct DocumentParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
Declaration
Swift
public let defaultValue: String?
-
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
Declaration
Swift
public let description: String?
-
The name of the parameter.
Declaration
Swift
public let name: String?
-
The type of parameter. The type can be either String or StringList.
Declaration
Swift
public let type: DocumentParameterType?
-
Undocumented
Declaration
Swift
public init(defaultValue: String? = nil, description: String? = nil, name: String? = nil, type: DocumentParameterType? = nil)