Class: Aws::Types::DownloadDBLogFilePortionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def db_instance_identifier
  @db_instance_identifier
end

#log_file_name::String

Returns the value of attribute log_file_name.

Returns:

  • (::String)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def log_file_name
  @log_file_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def marker
  @marker
end

#number_of_lines::Integer

Returns the value of attribute number_of_lines.

Returns:

  • (::Integer)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def number_of_lines
  @number_of_lines
end