DescribeBundleTasksResult
public struct DescribeBundleTasksResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the bundle tasks.
Declaration
Swift
public let bundleTasks: [BundleTask]?
-
Undocumented
Declaration
Swift
public init(bundleTasks: [BundleTask]? = nil)