Temporary class that will be removed once the rest of the taggable EC2 resources have been modeled.
# File lib/aws/ec2/tag_collection.rb, line 21 def initialize id, options = {} @id = id @resource_type = options[:resource_type] super end
@private
# File lib/aws/ec2/tag_collection.rb, line 32 def tagging_resource_type @resource_type end