Method: Awspec::Type::Emr#initialize
- Defined in:
- lib/awspec/type/emr.rb
#initialize(id) ⇒ Emr
Returns a new instance of Emr.
5 6 7 8 |
# File 'lib/awspec/type/emr.rb', line 5 def initialize(id) super @id = id end |
Returns a new instance of Emr.
5 6 7 8 |
# File 'lib/awspec/type/emr.rb', line 5 def initialize(id) super @id = id end |