class Aws::Lightsail::Types::GetRelationalDatabaseLogEventsRequest

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

data as a hash:

    {
      relational_database_name: "ResourceName", # required
      log_stream_name: "string", # required
      start_time: Time.now,
      end_time: Time.now,
      start_from_head: false,
      page_token: "string",
    }

@!attribute [rw] relational_database_name

The name of your database for which to get log events.
@return [String]

@!attribute [rw] log_stream_name

The name of the log stream.

Use the `get relational database log streams` operation to get a
list of available log streams.
@return [String]

@!attribute [rw] start_time

The start of the time interval from which to get log events.

Constraints:

* Specified in Coordinated Universal Time (UTC).

* Specified in the Unix time format.

  For example, if you wish to use a start time of October 1, 2018,
  at 8 PM UTC, then you input `1538424000` as the start time.
@return [Time]

@!attribute [rw] end_time

The end of the time interval from which to get log events.

Constraints:

* Specified in Coordinated Universal Time (UTC).

* Specified in the Unix time format.

  For example, if you wish to use an end time of October 1, 2018, at
  8 PM UTC, then you input `1538424000` as the end time.
@return [Time]

@!attribute [rw] start_from_head

Parameter to specify if the log should start from head or tail. If
`true` is specified, the log event starts from the head of the log.
If `false` is specified, the log event starts from the tail of the
log.

<note markdown="1"> For PostgreSQL, the default value of `false` is the only option
available.

 </note>
@return [Boolean]

@!attribute [rw] page_token

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

To get a page token, perform an initial
`GetRelationalDatabaseLogEvents` request. If your results are
paginated, the response will return a next forward token and/or next
backward 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/GetRelationalDatabaseLogEventsRequest AWS API Documentation

Constants

SENSITIVE