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