Class: Fog::AWS::RDS::LogFile
- Inherits:
-
Model
- Object
- Model
- Fog::AWS::RDS::LogFile
- Defined in:
- lib/fog/aws/models/rds/log_file.rb
Instance Method Summary collapse
Instance Method Details
#content_excerpt(marker = nil) ⇒ Object
15 16 17 18 |
# File 'lib/fog/aws/models/rds/log_file.rb', line 15 def content_excerpt(marker=nil) result = service.download_db_logfile_portion(self.rds_id, self.name, {:marker => marker}) merge_attributes(result.body['DownloadDBLogFilePortionResult']) end |