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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data_pendingBoolean

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

Returns:

  • (Boolean)


14954
14955
14956
14957
14958
14959
14960
# File 'lib/aws-sdk-rds/types.rb', line 14954

class DownloadDBLogFilePortionDetails < Struct.new(
  :log_file_data,
  :marker,
  :additional_data_pending)
  SENSITIVE = []
  include Aws::Structure
end

#log_file_dataString

Entries from the specified log file.

Returns:

  • (String)


14954
14955
14956
14957
14958
14959
14960
# File 'lib/aws-sdk-rds/types.rb', line 14954

class DownloadDBLogFilePortionDetails < Struct.new(
  :log_file_data,
  :marker,
  :additional_data_pending)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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

Returns:

  • (String)


14954
14955
14956
14957
14958
14959
14960
# File 'lib/aws-sdk-rds/types.rb', line 14954

class DownloadDBLogFilePortionDetails < Struct.new(
  :log_file_data,
  :marker,
  :additional_data_pending)
  SENSITIVE = []
  include Aws::Structure
end