Class: AwsLogs::Base

Inherits:
Object
  • Object
show all
Includes:
AwsServices
Defined in:
lib/aws_logs/base.rb

Direct Known Subclasses

Streams, Tail

Instance Method Summary collapse

Methods included from AwsServices

#cloudwatchlogs

Constructor Details

#initialize(options = {}) ⇒ Base

Returns a new instance of Base.



5
6
7
8
# File 'lib/aws_logs/base.rb', line 5

def initialize(options={})
  @options = options
  @log_group_name = options[:log_group_name]
end