ListImageRecipesRequest

public struct ListImageRecipesRequest : AWSShape
extension Imagebuilder.ListImageRecipesRequest: 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 image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes 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