Method: Awspec::Type::Firehose#initialize

Defined in:
lib/awspec/type/firehose.rb

#initialize(name) ⇒ Firehose

Returns a new instance of Firehose.



5
6
7
8
# File 'lib/awspec/type/firehose.rb', line 5

def initialize(name)
  super
  @delivery_stream_name = name
end