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