DescribeImagesRequest

public struct DescribeImagesRequest : AWSShape
extension AppStream.DescribeImagesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARNs of the public, private, and shared images to describe.

    Declaration

    Swift

    public let arns: [String]?
  • The maximum size of each page of results.

    Declaration

    Swift

    public let maxResults: Int?
  • The names of the public or private images to describe.

    Declaration

    Swift

    public let names: [String]?
  • The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

    Declaration

    Swift

    public let nextToken: String?
  • The type of image (public, private, or shared) to describe.

    Declaration

    Swift

    public let type: VisibilityType?
  • Undocumented

    Declaration

    Swift

    public init(arns: [String]? = nil, maxResults: Int? = nil, names: [String]? = nil, nextToken: String? = nil, type: VisibilityType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws