class AWS::EC2::ResourceObject
EC2 resources have been modeled.
Temporary class that will be removed once the rest of the taggable
def cached_tags; nil; end
- Api: - private
def cached_tags; nil; end
def initialize id, options = {}
def initialize id, options = {} @id = id @resource_type = options[:resource_type] super end
def tagging_resource_type
- Api: - private
def tagging_resource_type @resource_type end