DescribeImagesResponse

public struct DescribeImagesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of ImageDetail objects that contain data about the image.

    Declaration

    Swift

    public let imageDetails: [ImageDetail]?
  • The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(imageDetails: [ImageDetail]? = nil, nextToken: String? = nil)