Class: Fog::AWS::RDS::LogFile

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/aws/models/rds/log_file.rb

Instance Method Summary collapse

Instance Method Details

#content_excerpt(marker = nil) ⇒ Object



13
14
15
16
# File 'lib/fog/aws/models/rds/log_file.rb', line 13

def content_excerpt(marker=nil)
  result = service.download_db_logfile_portion(self.rds_id, self.name, {:marker => marker})
  merge_attributes(result.body['DownloadDBLogFilePortionResult'])
end