DescribeWorkspaceBundlesRequest
public struct DescribeWorkspaceBundlesRequest : AWSShape
extension WorkSpaces.DescribeWorkspaceBundlesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifiers of the bundles. You cannot combine this parameter with any other filter.
Declaration
Swift
public let bundleIds: [String]?
-
The token for the next set of results. (You received this token from a previous call.)
Declaration
Swift
public let nextToken: String?
-
The owner of the bundles. You cannot combine this parameter with any other filter. Specify AMAZON to describe the bundles provided by AWS or null to describe the bundles that belong to your account.
Declaration
Swift
public let owner: String?
-
Undocumented
Declaration
Swift
public init(bundleIds: [String]? = nil, nextToken: String? = nil, owner: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> WorkSpaces.DescribeWorkspaceBundlesRequest