GetBundlesRequest
public struct GetBundlesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A Boolean value that indicates whether to include inactive bundle results in your request.
Declaration
Swift
public let includeInactive: Bool? -
The token to advance to the next page of results from your request. To get a page token, perform an initial GetBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
Declaration
Swift
public let pageToken: String? -
Undocumented
Declaration
Swift
public init(includeInactive: Bool? = nil, pageToken: String? = nil)
View on GitHub
GetBundlesRequest Structure Reference