DescribeImagesResult

public struct DescribeImagesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the images.

    Declaration

    Swift

    public let images: [Image]?
  • 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(images: [Image]? = nil, nextToken: String? = nil)