Class: Aws::Types::DescribeDBLogFilesMessage

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)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def db_instance_identifier
  @db_instance_identifier
end

#file_last_written::Integer

Returns the value of attribute file_last_written.

Returns:

  • (::Integer)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def file_last_written
  @file_last_written
end

#file_size::Integer

Returns the value of attribute file_size.

Returns:

  • (::Integer)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def file_size
  @file_size
end

#filename_contains::String

Returns the value of attribute filename_contains.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def filename_contains
  @filename_contains
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2085
2086
2087
# File 'sig/types.rbs', line 2085

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def max_records
  @max_records
end