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

Class: Aws::Lightsail::Types::GetRelationalDatabaseParametersRequest

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

Overview

Note:

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

{
  relational_database_name: "ResourceName", # required
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

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

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

#relational_database_nameString

The name of your database for which to get parameters.

Returns:

  • (String)

    The name of your database for which to get parameters.