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

Class: Aws::RDS::Types::DownloadDBLogFilePortionDetails

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

Overview

This data type is used as a response element to DownloadDBLogFilePortion.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data_pendingBoolean

Boolean value that if true, indicates there is more data to be downloaded.

Returns:

  • (Boolean)

    Boolean value that if true, indicates there is more data to be downloaded.

#log_file_dataString

Entries from the specified log file.

Returns:

  • (String)

    Entries from the specified log file.

#markerString

A pagination token that can be used in a later DownloadDBLogFilePortion request.

Returns:

  • (String)

    A pagination token that can be used in a later DownloadDBLogFilePortion request.