You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::GetBundlesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetBundlesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#include_inactiveBoolean

A Boolean value that indicates whether to include inactive bundle results in your request.

Returns:

  • (Boolean)

    A Boolean value that indicates whether to include inactive bundle results in your request.

#page_tokenString

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.

Returns:

  • (String)

    The token to advance to the next page of results from your request.