class Struct
Public Instance Methods
Source
# File lib/awspec/ext/struct.rb, line 4 def tag_name tag = self[:tags].find do |t| t[:key] == 'Name' end tag[:value] if tag end
# File lib/awspec/ext/struct.rb, line 4 def tag_name tag = self[:tags].find do |t| t[:key] == 'Name' end tag[:value] if tag end