TileLayoutStyle
public struct TileLayoutStyle : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The gutter settings that apply between tiles.
Declaration
Swift
public let gutter: GutterStyle?
-
The margin settings that apply around the outside edge of sheets.
Declaration
Swift
public let margin: MarginStyle?
-
Undocumented
Declaration
Swift
public init(gutter: GutterStyle? = nil, margin: MarginStyle? = nil)