class Aws::Lightsail::Types::GetRelationalDatabaseEventsRequest

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

data as a hash:

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

@!attribute [rw] relational_database_name

The name of the database from which to get events.
@return [String]

@!attribute [rw] duration_in_minutes

The number of minutes in the past from which to retrieve events. For
example, to get all events from the past 2 hours, enter 120.

Default: `60`

The minimum is 1 and the maximum is 14 days (20160 minutes).
@return [Integer]

@!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
`GetRelationalDatabaseEvents` 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/GetRelationalDatabaseEventsRequest AWS API Documentation

Constants

SENSITIVE