# File lib/aws/record/base.rb, line 516
      def [] attribute_name
        self.class.attribute_for(attribute_name) do |attribute|
          type_cast(attribute, @_data[attribute.name])
        end
      end