DescribeImageBuildersResult
public struct DescribeImageBuildersResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the image builders.
Declaration
Swift
public let imageBuilders: [ImageBuilder]?
-
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(imageBuilders: [ImageBuilder]? = nil, nextToken: String? = nil)