ListImagesRequest

public struct ListImagesRequest : AWSShape
extension Imagebuilder.ListImagesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The filters.

    Declaration

    Swift

    public let filters: [Filter]?
  • 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?
  • The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.

    Declaration

    Swift

    public let owner: Ownership?
  • Undocumented

    Declaration

    Swift

    public init(filters: [Filter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, owner: Ownership? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws