Method: AWS::EC2::ResourceObject#initialize

Defined in:
lib/aws/ec2/tag_collection.rb

#initialize(id, options = {}) ⇒ ResourceObject

Returns a new instance of ResourceObject.



21
22
23
24
25
# File 'lib/aws/ec2/tag_collection.rb', line 21

def initialize id, options = {}
  @id = id
  @resource_type = options[:resource_type]
  super
end