AWSShapeMember
public struct AWSShapeMember
Structure defining how to serialize member of AWSShape.
-
Type of AWSShapeMember
See moreDeclaration
Swift
public indirect enum Shape -
Location of AWSShapeMember.
See moreDeclaration
Swift
public enum Location -
How the AWSShapeMember is serialized in XML and Query formats. Used for collection elements.
See moreDeclaration
Swift
public enum ShapeEncoding -
name of member
Declaration
Swift
public let label: String -
where to find or place member
Declaration
Swift
public let location: Location? -
Is this member required
Declaration
Swift
public let required: Bool -
Type of shape member is
Declaration
Swift
public let type: Shape -
How shape is serialized
Declaration
Swift
public let shapeEncoding: ShapeEncoding -
Undocumented
Declaration
Swift
public init(label: String, location: Location? = nil, required: Bool, type: Shape, encoding: ShapeEncoding = .default)
View on GitHub
AWSShapeMember Structure Reference