DescribeWorkspaceBundlesResult

public struct DescribeWorkspaceBundlesResult : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let bundles: [WorkspaceBundle]?
  • The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(bundles: [WorkspaceBundle]? = nil, nextToken: String? = nil)