You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Mobile::Types::ListBundlesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::ListBundlesResult
- Defined in:
- (unknown)
Overview
Result structure contains a list of all available bundles with details.
Returned by:
Instance Attribute Summary collapse
-
#bundle_list ⇒ Array<Types::BundleDetails>
A list of bundles.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#bundle_list ⇒ Array<Types::BundleDetails>
A list of bundles.
#next_token ⇒ String
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.