DescribeWorkspaceImagesResult

public struct DescribeWorkspaceImagesResult : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let images: [WorkspaceImage]?
  • The token to use to retrieve the next set of results, or null if no more results are available.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(images: [WorkspaceImage]? = nil, nextToken: String? = nil)