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
# 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

cached_tags() click to toggle source

@private We don’t know how to make a describe call for this object yet

# File lib/aws/ec2/tag_collection.rb, line 38
def cached_tags; nil; end
tagging_resource_type() click to toggle source

@private

# File lib/aws/ec2/tag_collection.rb, line 32
def tagging_resource_type
  @resource_type
end