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

Class: Aws::Lightsail::Types::GetRelationalDatabaseEventsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_minutesInteger

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).

Returns:

  • (Integer)

    The number of minutes in the past from which to retrieve events.

#page_tokenString

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.

Returns:

  • (String)

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

#relational_database_nameString

The name of the database from which to get events.

Returns:

  • (String)

    The name of the database from which to get events.