Class: Aws::Types::DownloadDBLogFilePortionDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:log_file_data])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data_pendingBoolean

Returns the value of attribute additional_data_pending.

Returns:

  • (Boolean)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def additional_data_pending
  @additional_data_pending
end

#log_file_data::String

Returns the value of attribute log_file_data.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def log_file_data
  @log_file_data
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def marker
  @marker
end