class AWS::EC2::ResourceObject
Temporary class that will be removed once the rest of the taggable EC2
resources have been modeled.
Attributes
id[R]
Public Class Methods
new(id, options = {})
click to toggle source
Calls superclass method
AWS::Core::Resource::new
# File lib/aws/ec2/tag_collection.rb, line 21 def initialize id, options = {} @id = id @resource_type = options[:resource_type] super end
Public Instance Methods
tagging_resource_type()
click to toggle source
@private
# File lib/aws/ec2/tag_collection.rb, line 32 def tagging_resource_type @resource_type end