DescribeLayersResult
public struct DescribeLayersResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of Layer objects that describe the layers.
Declaration
Swift
public let layers: [Layer]? -
Undocumented
Declaration
Swift
public init(layers: [Layer]? = nil)
View on GitHub
DescribeLayersResult Structure Reference