Class: Aws::Lightsail::Types::GetRelationalDatabaseBundlesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_inactiveBoolean

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

Returns:

  • (Boolean)


8953
8954
8955
8956
8957
8958
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8953

class GetRelationalDatabaseBundlesRequest < Struct.new(
  :page_token,
  :include_inactive)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

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

To get a page token, perform an initial GetRelationalDatabaseBundles 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)


8953
8954
8955
8956
8957
8958
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8953

class GetRelationalDatabaseBundlesRequest < Struct.new(
  :page_token,
  :include_inactive)
  SENSITIVE = []
  include Aws::Structure
end