Class: Aws::RDS::Types::DownloadDBLogFilePortionDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DownloadDBLogFilePortionDetails
 
 
- 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
- 
  
    
      #additional_data_pending  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Boolean value that, if true, indicates there is more data to be downloaded.
 - 
  
    
      #log_file_data  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Entries from the specified log file.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A pagination token that can be used in a later ‘DownloadDBLogFilePortion` request.
 
Instance Attribute Details
#additional_data_pending ⇒ Boolean
A Boolean value that, if true, indicates there is more data to be downloaded.
      15444 15445 15446 15447 15448 15449 15450  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 15444 class DownloadDBLogFilePortionDetails < Struct.new( :log_file_data, :marker, :additional_data_pending) SENSITIVE = [] include Aws::Structure end  | 
  
#log_file_data ⇒ String
Entries from the specified log file.
      15444 15445 15446 15447 15448 15449 15450  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 15444 class DownloadDBLogFilePortionDetails < Struct.new( :log_file_data, :marker, :additional_data_pending) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
A pagination token that can be used in a later ‘DownloadDBLogFilePortion` request.
      15444 15445 15446 15447 15448 15449 15450  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 15444 class DownloadDBLogFilePortionDetails < Struct.new( :log_file_data, :marker, :additional_data_pending) SENSITIVE = [] include Aws::Structure end  |