class Aws::Lightsail::Types::GetBundlesRequest

@note When making an API call, you may pass GetBundlesRequest

data as a hash:

    {
      include_inactive: false,
      page_token: "string",
    }

@!attribute [rw] include_inactive

A Boolean value that indicates whether to include inactive bundle
results in your request.
@return [Boolean]

@!attribute [rw] page_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetBundlesRequest AWS API Documentation

Constants

SENSITIVE