ListComponentBuildVersionsRequest
public struct ListComponentBuildVersionsRequest : AWSShape
extension Imagebuilder.ListComponentBuildVersionsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The component version Amazon Resource Name (ARN) whose versions you want to list.
Declaration
Swift
public let componentVersionArn: String -
The maximum items to return in a request.
Declaration
Swift
public let maxResults: Int? -
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(componentVersionArn: String, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Imagebuilder.ListComponentBuildVersionsRequest
View on GitHub
ListComponentBuildVersionsRequest Structure Reference