Class: Aws::RDS::Types::DescribeDBLogFilesMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

  • Must match the identifier of an existing DBInstance.

^

Returns:

  • (String)


12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#file_last_writtenInteger

Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

Returns:

  • (Integer)


12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#file_sizeInteger

Filters the available log files for files larger than the specified size.

Returns:

  • (Integer)


12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#filename_containsString

Filters the available log files for log file names that contain the specified string.

Returns:

  • (String)


12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::Filter>

This parameter isn't currently supported.

Returns:



12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

Returns:

  • (String)


12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Returns:

  • (Integer)


12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12730

class DescribeDBLogFilesMessage < Struct.new(
  :db_instance_identifier,
  :filename_contains,
  :file_last_written,
  :file_size,
  :filters,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end