ListCompatibleImagesRequest

public struct ListCompatibleImagesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.

    Declaration

    Swift

    public let maxResults: Int?
  • HTTP requests are stateless. To identify what object comes “next” in the list of compatible images, you can specify a value for NextToken as the starting point for your list of returned images.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws