Class: Aws::Lightsail::Types::GetRelationalDatabasesRequest

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

Overview

Note:

When making an API call, you may pass GetRelationalDatabasesRequest data as a hash:

{
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

A token used for advancing to a specific page of results for your ‘get relational database` request.

Returns:

  • (String)


4647
4648
4649
4650
# File 'lib/aws-sdk-lightsail/types.rb', line 4647

class GetRelationalDatabasesRequest < Struct.new(
  :page_token)
  include Aws::Structure
end