# File lib/aws/core/option_grammar.rb, line 492 def prefixed_name(prefix) return "#{prefix}.#{name}" if prefix name end