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