DescribeWorkspaceImagesRequest

public struct DescribeWorkspaceImagesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the image.

    Declaration

    Swift

    public let imageIds: [String]?
  • The type (owned or shared) of the image.

    Declaration

    Swift

    public let imageType: ImageType?
  • The maximum number of items to return.

    Declaration

    Swift

    public let maxResults: Int?
  • If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(imageIds: [String]? = nil, imageType: ImageType? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws